public void OnClosing(Window window) { Settings.MainWindowPosition = WindowInteropService.GetWindowPosition(window); Settings.Save(); ImageViewerService.Close(); SystemTrayIconService.Close(); }
private void SaveSettings(Window window) { Settings.MainWindowPosition = WindowInteropService.GetWindowPosition(window); Settings.Save(); }