Example #1
0
 public Input input(int pos)
 {
     kind = Kind_input.Input;
     return this;
 }
Example #2
0
 public Input delete(int pos)
 {
     kind = Kind_input.Delete;
     return this;
 }