Exemplo n.º 1
0
 public VSInput(VSInputTypes type, int index)
 {
     this.Type  = type;
     this.Index = index;
 }
Exemplo n.º 2
0
 public VSInput(VSInputTypes type, int index)
 {
     this.Type = type;
     this.Index = index;
 }