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