private void DBPort_GotMouseCapture(object sender, MouseEventArgs e) { DBPort.SelectAll(); }
private void DBPort_GotFocus(object sender, KeyboardFocusChangedEventArgs e) { DBPort.SelectAll(); }