示例#1
0
 public Session()
 {
     this._session    = new Ragnar.Session(this.fingerprint);
     this.workerAlert = new Worker.BackgroundWorker(_alertEventHandler, true);
     this._session.SetAlertMask(SessionAlertCategory.All);
     this.workerAlert.Run();
 }
示例#2
0
 public Session()
 {
     this._session = new Ragnar.Session(this.fingerprint);
     this.workerAlert = new Worker.BackgroundWorker(_alertEventHandler, true);
     this._session.SetAlertMask(SessionAlertCategory.All);
     this.workerAlert.Run();
 }