BKI_DichVuMatDat.DanhMuc.F104_dm_loai_hop_dong.F104_dm_loai_hop_dong_Load C# (CSharp) Method

F104_dm_loai_hop_dong_Load() private method

private F104_dm_loai_hop_dong_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void F104_dm_loai_hop_dong_Load(object sender, EventArgs e)
        {
            //FormatControl.SetVisibleSimpleButton(this);
            this.m_grv_dm_loai_hop_dong.PopupMenuShowing += new DevExpress.XtraGrid.Views.Grid.PopupMenuShowingEventHandler(WinFormControls.m_grv_PopupMenuShowing);
            this.m_grv_dm_loai_hop_dong.OptionsPrint.AutoWidth = false;
            load_data_2_grid();
        }