public override IEnumerator <object> OnStatusWindowShown(IStatusWindow statusWindow) { var panel = new EventNotificationsConfig(this); yield return(panel.LoadConfiguration()); statusWindow.ShowConfigurationPanel("Event Notifications", panel); }
public override IEnumerator<object> OnStatusWindowShown(IStatusWindow statusWindow) { var panel = new EventNotificationsConfig(this); yield return panel.LoadConfiguration(); statusWindow.ShowConfigurationPanel("Event Notifications", panel); }