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