コード例 #1
0
        protected virtual void OnIncompatibilityFound(AbiEventArgs e)
        {
            var handler = IncompatibilityFound;

            if (handler != null)
            {
                handler(this, e);
            }
        }
コード例 #2
0
ファイル: AbiComparer.cs プロジェクト: segaman/NRefactory
 protected virtual void OnIncompatibilityFound(AbiEventArgs e)
 {
     var handler = IncompatibilityFound;
     if (handler != null)
         handler(this, e);
 }