import_excel() public method

public import_excel ( ) : void
return 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);
     }
 }