예제 #1
0
        public object IPrimSetCommand(PrimCmdType cmdType, string cmd, object info)
        {
            var iRet = 0;

            return(iRet);
        }
예제 #2
0
 public object IPrimSetCommand(PrimCmdType cmdType, string cmd, object info)
 {
     throw new NotImplementedException();
 }
예제 #3
0
 public object IPrimSetCommand(PrimCmdType cmdType, string cmd, object info)
 {
     return(0);
 }