Skip to content

Commit 256f92f

Browse files
committed
Moved to correct namespace.
1 parent c2bcdd2 commit 256f92f

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Forms/ProcessBrowserForm.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Forms/ProcessBrowserForm.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,14 @@
11
using System;
2-
using System.Collections.Generic;
32
using System.Data;
43
using System.Diagnostics.Contracts;
54
using System.Drawing;
65
using System.IO;
76
using System.Linq;
87
using System.Windows.Forms;
9-
using ReClassNET.Forms;
108
using ReClassNET.Memory;
119
using ReClassNET.UI;
12-
using ReClassNET.Util;
1310

14-
namespace ReClassNET
11+
namespace ReClassNET.Forms
1512
{
1613
public partial class ProcessBrowserForm : IconForm
1714
{

0 commit comments

Comments
 (0)