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