public static void Main() {
     UnderstandingAsync.App app = new UnderstandingAsync.App();
     app.InitializeComponent();
     app.Run();
 }
Ejemplo n.º 2
0
 public static void Main()
 {
     UnderstandingAsync.App app = new UnderstandingAsync.App();
     app.InitializeComponent();
     app.Run();
 }