Example #1
0
        static void Main(string[] args)
        {
            App myApp = new App();

            myApp.Run();
        }
Example #2
0
 public static void Main()
 {
     shapes.App app = new shapes.App();
     app.InitializeComponent();
     app.Run();
 }
Example #3
0
        static void Main(string[] args)
        {
            App app1 = new App();

            app1.Run();
        }