Beispiel #1
0
 public PSOutput(PSOutputTypes type, int index)
 {
     this.Type  = type;
     this.Index = index;
 }
Beispiel #2
0
 public PSOutput(PSOutputTypes type, int index)
 {
     this.Type = type;
     this.Index = index;
 }