BKI_DichVuMatDat.NghiepVu.F503_IMPORT_EXCEL.m_cmd_nhap_thong_tin_nhan_vien_Click C# (CSharp) Метод

m_cmd_nhap_thong_tin_nhan_vien_Click() приватный Метод

private m_cmd_nhap_thong_tin_nhan_vien_Click ( object sender, EventArgs e ) : void
sender object
e EventArgs
Результат void
        private void m_cmd_nhap_thong_tin_nhan_vien_Click(object sender, EventArgs e)
        {
            try
            {
                f151_Danh_sach_nhan_vien_master v_frm = new f151_Danh_sach_nhan_vien_master();
                v_frm.import_excel();
                if (chuyen_buoc_tiep_theo())
                {
                    v_frm.ShowDialog();
                }
                //v_frm.Show();
                //m_e_buoc_hien_tai++;
                set_init_form_load();
            }
            catch (Exception v_e)
            {
                CSystemLog_301.ExceptionHandle(v_e);
            }
        }