BKI_DichVuMatDat.HeThong.f992_phan_quyen_he_thong_de.display_for_insert C# (CSharp) Method

display_for_insert() public method

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