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