Пример #1
0
        public override bool SetRecordInt(AFIDENTID self, string strRecordName, int nRow, int nCol, Int64 nValue)
        {
            if (mhtObject.ContainsKey(self))
            {
                AFIObject xGameObject = (AFIObject)mhtObject[self];
                return(xGameObject.SetRecordInt(strRecordName, nRow, nCol, nValue));
            }

            return(false);
        }