Exemplo n.º 1
0
 public PasswordEventArgs(PasswordInfo PasswordInfo, string ip)
 {
     this.passwordInfo = PasswordInfo;
     this.RemoteIP = ip;
 }
Exemplo n.º 2
0
 public override void Run()
 {
     PasswordEventArgs e1 = new PasswordEventArgs(info, Client.RemoteEndPoint.ToString());
     PasswordEvent.OnGetPasswords(e1);
     info = null;
 }