public static void Main() { OrderEntrySystem.App app = new OrderEntrySystem.App(); app.Run(); }
public static void Main() { OrderEntrySystem.App app = new OrderEntrySystem.App(); app.InitializeComponent(); app.Run(); }