12 lines
232 B
C#
Raw Normal View History

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