Esempio n. 1
0
        protected virtual void OnIncompatibilityFound(AbiEventArgs e)
        {
            var handler = IncompatibilityFound;

            if (handler != null)
            {
                handler(this, e);
            }
        }
Esempio n. 2
0
		protected virtual void OnIncompatibilityFound(AbiEventArgs e)
		{
			var handler = IncompatibilityFound;
			if (handler != null)
				handler(this, e);
		}