Example #1
0
File: NetTypes.cs Project: K2/Reloc
 public LoginCredsText(LoginCredsText lc)
 {
     this.username = lc.username;
     this.password = lc.password;
 }
Example #2
0
File: NetTypes.cs Project: K2/Reloc
 public Query(LoginCredsText lc)
     : base(lc)
 {
 }
Example #3
0
File: NetTypes.cs Project: K2/Reloc
 public ErrorLogText(LoginCredsText lc)
     : base(lc)
 {
 }
Example #4
0
File: NetTypes.cs Project: K2/Reloc
 public NetRelocTextRequest(LoginCredsText lc)
     : base(lc)
 {
 }
Example #5
0
File: NetTypes.cs Project: K2/Reloc
 public ErrorLogText(LoginCredsText lc) : base(lc)
 {
 }
Example #6
0
File: NetTypes.cs Project: K2/Reloc
 public LoginCredsText(LoginCredsText lc)
 {
     this.username = lc.username;
     this.password = lc.password;
 }
Example #7
0
File: NetTypes.cs Project: K2/Reloc
 public NetRelocTextRequest(LoginCredsText lc) : base(lc)
 {
 }
Example #8
0
File: NetTypes.cs Project: K2/Reloc
 public Query(LoginCredsText lc) : base(lc)
 {
 }