static void Main()
 {
     Application.EnableVisualStyles();
     Application.SetCompatibleTextRenderingDefault(false);
     frmDisableGWAccess disableGWAccess = new frmDisableGWAccess();
     disableGWAccess.initTTUSAPI();
     Application.Run(disableGWAccess);
 }
Exemplo n.º 2
0
        static void Main()
        {
            Application.EnableVisualStyles();
            Application.SetCompatibleTextRenderingDefault(false);
            frmDisableGWAccess disableGWAccess = new frmDisableGWAccess();

            disableGWAccess.initTTUSAPI();
            Application.Run(disableGWAccess);
        }