private void MainWindow_FormClosing(object sender, FormClosingEventArgs e) { CloseNotifyIcon(); gallifrey.Settings.UiSettings.Height = Height; gallifrey.Settings.UiSettings.Width = Width; gallifrey.Close(); }
private void MainWindow_FormClosed(object sender, FormClosedEventArgs e) { gallifrey.AppSettings.UiHeight = Height; gallifrey.AppSettings.UiWidth = Width; gallifrey.Close(); }