public static string Get(Window win, string s, int maxChars) { return win.Get(s, maxChars); }
public static string Get(Window win, string s) { return win.Get(s, -1); }
public static string Get(Window win) { return win.Get("", -1); }
public static string Get(Window win, string s, int maxChars) { return(win.Get(s, maxChars)); }
public static string Get(Window win, string s) { return(win.Get(s, -1)); }
public static string Get(Window win) { return(win.Get("", -1)); }