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