BKI_DichVuMatDat.CHRM_BaseMessages.MsgBox_Infor C# (CSharp) Method

MsgBox_Infor() public static method

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

Same methods

CHRM_BaseMessages::MsgBox_Infor ( string i_strMsg ) : void