示例#1
0
 public HardwareBuiltInOutput(HardwareBuiltinType outputType)
 {
     OutputType = outputType;
 }
示例#2
0
 public HardwareBuiltInInput(HardwareBuiltinType inputType)
 {
     InputType = inputType;
 }