Esempio n. 1
0
        public object IPrimSetCommand(PrimCmdType cmdType, string cmd, object info)
        {
            var iRet = 0;

            return(iRet);
        }
Esempio n. 2
0
 public object IPrimSetCommand(PrimCmdType cmdType, string cmd, object info)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public object IPrimSetCommand(PrimCmdType cmdType, string cmd, object info)
 {
     return(0);
 }