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