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