public override void Run() { FileMgrDrivesEventArgs e1 = new FileMgrDrivesEventArgs(info, Client.RemoteEndPoint.ToString()); FileMgrDrivesEvent.OnFileMgrDrives(e1); info = null; //clean memory }
public FileMgrDrivesEventArgs(FileMgrDrives FilemgrDrives, string ip) { this._FileMgrDrives = FilemgrDrives; this.RemoteIP = ip; }