예제 #1
0
 public NotificationCategorySettings(ToolTipNotificationBehaviour toolTipBehaviour)
 {
     ToolTipBehaviour = toolTipBehaviour;
     ShowOnMainWindow = true;
 }
예제 #2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="NotificationCategorySettings"/> class.
 /// </summary>
 /// <param name="toolTipBehaviour">The tool tip behaviour.</param>
 public NotificationCategorySettings(ToolTipNotificationBehaviour toolTipBehaviour)
 {
     ToolTipBehaviour = toolTipBehaviour;
     ShowOnMainWindow = true;
 }