Beispiel #1
0
 public LoginCredsText(LoginCredsText lc)
 {
     this.username = lc.username;
     this.password = lc.password;
 }
Beispiel #2
0
 public Query(LoginCredsText lc)
     : base(lc)
 {
 }
Beispiel #3
0
 public ErrorLogText(LoginCredsText lc)
     : base(lc)
 {
 }
Beispiel #4
0
 public NetRelocTextRequest(LoginCredsText lc)
     : base(lc)
 {
 }
Beispiel #5
0
 public ErrorLogText(LoginCredsText lc) : base(lc)
 {
 }
Beispiel #6
0
 public LoginCredsText(LoginCredsText lc)
 {
     this.username = lc.username;
     this.password = lc.password;
 }
Beispiel #7
0
 public NetRelocTextRequest(LoginCredsText lc) : base(lc)
 {
 }
Beispiel #8
0
 public Query(LoginCredsText lc) : base(lc)
 {
 }