public LoginCredsText(LoginCredsText lc) { this.username = lc.username; this.password = lc.password; }
public Query(LoginCredsText lc) : base(lc) { }
public ErrorLogText(LoginCredsText lc) : base(lc) { }
public NetRelocTextRequest(LoginCredsText lc) : base(lc) { }