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