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