BKI_DichVuMatDat.HeThong.f992_phan_quyen_he_thong_de.display_for_insert C# (CSharp) Метод

display_for_insert() публичный Метод

public display_for_insert ( ) : void
Результат void
        public void display_for_insert()
        {
            m_e_form_mode = DataEntryFormMode.InsertDataState;
            this.ShowDialog();
        }

Usage Example

 private void insert_ht_phan_quyen_he_thong()
 {
     f992_phan_quyen_he_thong_de v_fDE = new f992_phan_quyen_he_thong_de();
     v_fDE.display_for_insert();
     load_data_2_grid();
 }