Example #1
0
 public CommandStatus OperateG12v1(G12v1 control, ushort index, OperateType opType, Database database)
 {
     return(CommandStatus.NotSupported);
 }
Example #2
0
 public CommandStatus SelectG12v1(G12v1 control, ushort index, Database database)
 {
     return(CommandStatus.NotSupported);
 }