Esempio n. 1
0
 public AuthClient(WinsockClient Socket)
 {
     this.Socket = Socket;
     Cipher      = new AuthCryptography();
     Cipher.Initialize();
 }
Esempio n. 2
0
 public AuthClient(WinsockClient Socket)
 {
     this.Socket = Socket;
     Cipher = new AuthCryptography();
     Cipher.Initialize();
 }