示例#1
0
 public static void Main() {
     Manager.App app = new Manager.App();
     app.InitializeComponent();
     app.Run();
 }