using System.Windows.Forms;

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