2012-08-26 19:03:12 +00:00

12 lines
232 B
C#

using System.Windows.Forms;
namespace ANX.ContentCompiler.GUI.States
{
public partial class StartState : UserControl
{
public StartState()
{
InitializeComponent();
}
}
}