public static void Main() { Starter.App app = new Starter.App(); app.InitializeComponent(); app.Run(); }