Пример #1
0
 protected void RaisePortRequested(PortCreatedHandler handler, string key, IQPort port)
 {
     if (handler != null)
     {
         handler(this, key, port);
     }
 }
Пример #2
0
 protected void RaisePortRequested(PortCreatedHandler handler, string key, IQPort port)
 {
     if (handler != null)
     {
         handler (this, key, port);
     }
 }