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