Skip to content
This repository has been archived by the owner on Nov 24, 2020. It is now read-only.

Commit

Permalink
Adjustment namepace System.Windows.Forms to NPOI. #56
Browse files Browse the repository at this point in the history
  • Loading branch information
yang-xiaodong committed Jul 26, 2018
1 parent b8963e2 commit 7a414e5
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 16 deletions.
7 changes: 2 additions & 5 deletions src/NPOI/Label.cs
@@ -1,9 +1,6 @@
using System;
using System.Collections.Generic;
using System.Text;
using System.Drawing;
using System.Drawing;

namespace System.Windows.Forms
namespace NPOI
{
public class Label
{
Expand Down
1 change: 0 additions & 1 deletion src/NPOI/SS/Format/CellFormat.cs
Expand Up @@ -22,7 +22,6 @@ namespace NPOI.SS.Format
using NPOI.SS.UserModel;
using System.Text.RegularExpressions;
using System.Collections.Generic;
using System.Windows.Forms;
using System.Drawing;

/**
Expand Down
1 change: 0 additions & 1 deletion src/NPOI/SS/Format/CellFormatPart.cs
Expand Up @@ -24,7 +24,6 @@ namespace NPOI.SS.Format
using System.Collections;
using System.Text.RegularExpressions;
using System.Text;
using System.Windows.Forms;

/**
* Objects of this class represent a single part of a cell format expression.
Expand Down
1 change: 0 additions & 1 deletion src/NPOI/SS/Util/SheetUtil.cs
Expand Up @@ -21,7 +21,6 @@ namespace NPOI.SS.Util

using NPOI.SS.UserModel;
using System.Drawing;
using System.Windows.Forms;
using System.Collections.Generic;

/**
Expand Down
7 changes: 2 additions & 5 deletions src/NPOI/TextRenderer.cs
@@ -1,9 +1,6 @@
using System;
using System.Collections.Generic;
using System.Drawing;
using System.Text;
using System.Drawing;

namespace System.Windows.Forms
namespace NPOI
{
/// <summary>Provides methods used to measure and render text. This class cannot be inherited. </summary>
public sealed class TextRenderer
Expand Down
1 change: 0 additions & 1 deletion test/NPOI.TestCases/HSSF/UserModel/TestEscherGraphics.cs
Expand Up @@ -27,7 +27,6 @@ namespace TestCases.HSSF.UserModel


using NUnit.Framework;
using System.Windows.Forms;

/**
* Tests the capabilities of the EscherGraphics class.
Expand Down
4 changes: 3 additions & 1 deletion test/NPOI.TestCases/SS/Format/CellFormatTestBase.cs
Expand Up @@ -14,14 +14,16 @@
See the License for the specific language governing permissions and
limitations under the License.
==================================================================== */

using NPOI;

namespace TestCases.SS.Format
{
using System;
using System.Collections;
using System.Collections.Generic;
using System.Drawing;
using System.Text.RegularExpressions;
using System.Windows.Forms;
using NUnit.Framework;
using NPOI.HSSF.UserModel;
using NPOI.SS.Format;
Expand Down
3 changes: 2 additions & 1 deletion test/NPOI.TestCases/SS/Format/TestCellFormat.cs
Expand Up @@ -15,13 +15,14 @@
limitations under the License.
==================================================================== */

using NPOI;

namespace TestCases.SS.Format
{
using System;
using System.Globalization;
using System.Text;
using System.Threading;
using System.Windows.Forms;

using NPOI.HSSF.UserModel;
using NPOI.SS.Format;
Expand Down

0 comments on commit 7a414e5

Please sign in to comment.