BKI_DichVuMatDat.BaoCao.f405_bao_cao_thong_tin_tinh_luong.f405_bao_cao_thong_tin_tinh_luong_FormClosed C# (CSharp) Method

f405_bao_cao_thong_tin_tinh_luong_FormClosed() public method

public f405_bao_cao_thong_tin_tinh_luong_FormClosed ( object sender, System.Windows.Forms.FormClosedEventArgs e ) : void
sender object
e System.Windows.Forms.FormClosedEventArgs
return void
        void f405_bao_cao_thong_tin_tinh_luong_FormClosed(object sender, FormClosedEventArgs e)
        {
            try
            {
                this.Dispose();
            }
            catch (Exception v_e)
            {
                CSystemLog_301.ExceptionHandle(v_e);
            }
        }