コード例 #1
0
ファイル: AbiComparer.cs プロジェクト: theolivenbaum/h5
        protected virtual void OnIncompatibilityFound(AbiEventArgs e)
        {
            var handler = IncompatibilityFound;

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