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