Esempio n. 1
0
        static void Main()
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);
            ObjHope = new Hope.Hope_m();

            Application.Run(new FormTeste());
        }
Esempio n. 2
0
        static void Main()
        {
            objhope = new Hope.Hope_m();
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);

            BackOffice back = new BackOffice();

            back.ShowDialog();
        }