Beispiel #1
0
        private void MainWindow_FormClosing(object sender, FormClosingEventArgs e)
        {
            CloseNotifyIcon();

            gallifrey.Settings.UiSettings.Height = Height;
            gallifrey.Settings.UiSettings.Width  = Width;
            gallifrey.Close();
        }
Beispiel #2
0
 private void MainWindow_FormClosed(object sender, FormClosedEventArgs e)
 {
     gallifrey.AppSettings.UiHeight = Height;
     gallifrey.AppSettings.UiWidth  = Width;
     gallifrey.Close();
 }