static void Main()
        {
            System.Threading.Thread.CurrentThread.CurrentUICulture =
                    new System.Globalization.CultureInfo("vi-VN");

            // The following line provides localization for data formats.
            System.Threading.Thread.CurrentThread.CurrentCulture =
                new System.Globalization.CultureInfo("vi-VN");
            f000_login v_f = new f000_login();
            v_f.ShowDialog();
        }
Ejemplo n.º 2
0
        static void Main()
        {
            System.Threading.Thread.CurrentThread.CurrentUICulture =
                    new System.Globalization.CultureInfo("vi-VN");

            // The following line provides localization for data formats.
            System.Threading.Thread.CurrentThread.CurrentCulture =
                new System.Globalization.CultureInfo("vi-VN");
            //f100_DM_SINH_VIEN v_f = new f100_DM_SINH_VIEN();
            //f999_main v_f = new f999_main();
            f000_login v_f = new f000_login();
               // BaoCao.f9906_bao_cao_demo v_f = new BaoCao.f9906_bao_cao_demo();
               // f9908_bieu_do_ty_le_qua_mon v_f = new f9908_bieu_do_ty_le_qua_mon();

            v_f.ShowDialog();
        }
Ejemplo n.º 3
0
        static void Main()
        {
            System.Threading.Thread.CurrentThread.CurrentUICulture =
                new System.Globalization.CultureInfo("vi-VN");

            // The following line provides localization for data formats.
            System.Threading.Thread.CurrentThread.CurrentCulture =
                new System.Globalization.CultureInfo("vi-VN");
            //f100_DM_SINH_VIEN v_f = new f100_DM_SINH_VIEN();
            //f999_main v_f = new f999_main();
            f000_login v_f = new f000_login();

            // BaoCao.f9906_bao_cao_demo v_f = new BaoCao.f9906_bao_cao_demo();
            // f9908_bieu_do_ty_le_qua_mon v_f = new f9908_bieu_do_ty_le_qua_mon();

            v_f.ShowDialog();
        }