BKI_DichVuMatDat.CHRM_BaseMessages.MsgBox_Warning C# (CSharp) Method

MsgBox_Warning() public static method

public static MsgBox_Warning ( int MsgNumber ) : void
MsgNumber int
return void
        public static void MsgBox_Warning(int MsgNumber)
        {
            string v_StrMsg = MsgNumber + " - " + GetMsg(MsgNumber);
            MsgBox_Warning(v_StrMsg);
        }

Same methods

CHRM_BaseMessages::MsgBox_Warning ( string i_strMsg ) : void