Beispiel #1
0
 public static string AddButton(string caption, int x, int y)
 {
     return(_controls.AddButton(caption, x, y));
 }