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