Exemplo n.º 1
0
        static void Main(string[] args)
        {
            App myApp = new App();

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

            app1.Run();
        }