BKI_DichVuMatDat.CHRM_BaseMessages.MsgBox_Confirm C# (CSharp) Method

MsgBox_Confirm() public static method

public static MsgBox_Confirm ( int MsgNumber ) : bool
MsgNumber int
return bool
        public static bool MsgBox_Confirm(int MsgNumber)
        {
            string v_StrMsg = MsgNumber + " - " + GetMsg(MsgNumber);
            //v_StrMsg = MsgNumber + " - " + GetMsg(MsgNumber);
            return MsgBox_Confirm(v_StrMsg);
        }

Same methods

CHRM_BaseMessages::MsgBox_Confirm ( string i_strMsg ) : bool