using Demo.UI; namespace Demo { class Program { static void Main(string[] args) { MainMenu menu = new MainMenu(); menu.Show(); } } }