コード例 #1
0
ファイル: QMultiPort.cs プロジェクト: klhurley/qf4net
 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);
     }
 }