예제 #1
0
파일: Controls.cs 프로젝트: mrange/funbasic
 public static void SetSize(string name, int width, int height)
 {
     _controls.SetSize(name, width, height);
 }