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

private display_for_insert ( ) : void
Результат void
 private void m_cmd_them_Click(object sender, EventArgs e)
 {
     try
     {
         F395_nhan_vien_phu_cap_de v_f = new F395_nhan_vien_phu_cap_de();
         v_f.display_for_insert();
         load_data_2_grid();
     }
     catch (Exception v_e)
     {
         CSystemLog_301.ExceptionHandle(v_e);
     }
 }