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