예제 #1
0
파일: Text.cs 프로젝트: yasutako/Serius-X
 public Input input(int pos)
 {
     kind = Kind_input.Input;
     return this;
 }
예제 #2
0
파일: Text.cs 프로젝트: yasutako/Serius-X
 public Input delete(int pos)
 {
     kind = Kind_input.Delete;
     return this;
 }