예제 #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();
 }