forked from mirrors/NBTExplorer
13 lines
217 B
C#
13 lines
217 B
C#
|
using System.Windows.Forms;
|
|||
|
|
|||
|
namespace NBTExplorer.Windows
|
|||
|
{
|
|||
|
public partial class CancelSearchForm : Form
|
|||
|
{
|
|||
|
public CancelSearchForm ()
|
|||
|
{
|
|||
|
InitializeComponent();
|
|||
|
}
|
|||
|
}
|
|||
|
}
|