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