public static char GetChar(Window win) { return win.GetChar(); }
public static char GetChar(Window win) { return(win.GetChar()); }