コード例 #1
0
 public static void Main()
 {
     ServerUI.App app = new ServerUI.App();
     app.InitializeComponent();
     app.Run();
 }