Exemple #1
0
 public void RegisterNotify(NotifyInfos.RaiseNotifyHandler infoN)
 {
     _localNotify.Register4Info(infoN);
 }
Exemple #2
0
 public void RegisterNotify(NotifyInfos.RaiseNotifyHandler infoN)
 {
     _localNotify.Notify.OnRaiseInfoHandler += infoN;
 }