BKI_DichVuMatDat.HeThong.f301_quy_trinh_tinh_luong_v2.m_cmd_quan_ly_quyet_dinh_Click C# (CSharp) Method

m_cmd_quan_ly_quyet_dinh_Click() public method

public m_cmd_quan_ly_quyet_dinh_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        void m_cmd_quan_ly_quyet_dinh_Click(object sender, EventArgs e)
        {
            try
            {
                f360_quan_ly_quyet_dinh v_frm = new f360_quan_ly_quyet_dinh();
                v_frm.ShowDialog();
            }
            catch (Exception v_e)
            {
                CSystemLog_301.ExceptionHandle(v_e);
            }
        }