Ejemplo n.º 1
0
 public void Unsubscribe(GothicSpyProcess.ZSpyMessageNotify notify)
 {
     // ReSharper disable once DelegateSubtraction
     if (_gothicSpyProcessInstance.notifyEvent != null)
     {
         _gothicSpyProcessInstance.notifyEvent -= notify;
     }
 }
Ejemplo n.º 2
0
 public void Subscribe(GothicSpyProcess.ZSpyMessageNotify notify)
 {
     _gothicSpyProcessInstance.notifyEvent += notify;
 }