mirror of
https://github.com/jaquadro/NBTExplorer.git
synced 2025-01-10 01:46:24 +00:00
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();
|
|
}
|
|
}
|
|
}
|