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