Example #1
0
 public LoginMode(Server.HandleClient server, string account)
 {
     this.server  = server;
     this.account = account;
 }
Example #2
0
 public OCRAmode(Server.HandleClient server, string account) : base(server, account)
 {
 }