Beispiel #1
0
 public static string Get(Window win, string s, int maxChars)
 {
     return win.Get(s, maxChars);
 }
Beispiel #2
0
 public static string Get(Window win, string s)
 {
     return win.Get(s, -1);
 }
Beispiel #3
0
 public static string Get(Window win)
 {
     return win.Get("", -1);
 }
Beispiel #4
0
 public static string Get(Window win, string s, int maxChars)
 {
     return(win.Get(s, maxChars));
 }
Beispiel #5
0
 public static string Get(Window win, string s)
 {
     return(win.Get(s, -1));
 }
Beispiel #6
0
 public static string Get(Window win)
 {
     return(win.Get("", -1));
 }