protected virtual void OnInitializationNotification(NotificationEventArgs e) { var handler = InitializationNotification; if (handler != null) handler(this, e); }
void Instance_InitializationNotification(object sender, NotificationEventArgs e) { ShowInToolsStrip(e.Message); }