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