public Reader(object obj) { Terminal = (TerminalEmulator) obj; }
public uc_Keyboard(TerminalEmulator p1) { this.Parent = p1; }