private void NotificationPreview_MouseLeave(object sender, MouseEventArgs e) { if (NotificationPreviewWindow != null) { NotificationPreviewWindow.Close(); NotificationPreviewWindow = null; } }
private void Window_Closed(object sender, EventArgs e) { ChildWindow.Close(); }