BKI_DichVuMatDat.HeThong.f306_HT_USER_GROUP_DE.m_cmd_exit_Click C# (CSharp) Method

m_cmd_exit_Click() private method

private m_cmd_exit_Click ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void
        private void m_cmd_exit_Click(object sender, EventArgs e)
        {
            try {
                this.Close();
            }
            catch(System.Exception v_e) {
                CSystemLog_301.ExceptionHandle(v_e);
            }
        }