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

            myApp.Run();
        }