예제 #1
0
파일: Controls.cs 프로젝트: mrange/funbasic
 public static string AddTextBox(int x, int y)
 {
     return(_controls.AddTextBox(x, y));
 }