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