Esempio n. 1
0
 public static void Main()
 {
     AdminApp.App app = new AdminApp.App();
     app.InitializeComponent();
     app.Run();
 }