Exemple #1
0
 public static void Main()
 {
     AppUIBasics.App app = new AppUIBasics.App();
     app.InitializeComponent();
     app.Run();
 }