12 lines
232 B
C#
12 lines
232 B
C#
using System.Windows.Forms;
|
|
|
|
namespace ANX.ContentCompiler.GUI.States
|
|
{
|
|
public partial class StartState : UserControl
|
|
{
|
|
public StartState()
|
|
{
|
|
InitializeComponent();
|
|
}
|
|
}
|
|
} |