示例#1
0
文件: NetTypes.cs 项目: K2/Reloc
 public LoginCredsText(LoginCredsText lc)
 {
     this.username = lc.username;
     this.password = lc.password;
 }
示例#2
0
文件: NetTypes.cs 项目: K2/Reloc
 public Query(LoginCredsText lc)
     : base(lc)
 {
 }
示例#3
0
文件: NetTypes.cs 项目: K2/Reloc
 public ErrorLogText(LoginCredsText lc)
     : base(lc)
 {
 }
示例#4
0
文件: NetTypes.cs 项目: K2/Reloc
 public NetRelocTextRequest(LoginCredsText lc)
     : base(lc)
 {
 }
示例#5
0
文件: NetTypes.cs 项目: K2/Reloc
 public ErrorLogText(LoginCredsText lc) : base(lc)
 {
 }
示例#6
0
文件: NetTypes.cs 项目: K2/Reloc
 public LoginCredsText(LoginCredsText lc)
 {
     this.username = lc.username;
     this.password = lc.password;
 }
示例#7
0
文件: NetTypes.cs 项目: K2/Reloc
 public NetRelocTextRequest(LoginCredsText lc) : base(lc)
 {
 }
示例#8
0
文件: NetTypes.cs 项目: K2/Reloc
 public Query(LoginCredsText lc) : base(lc)
 {
 }