Esempio n. 1
0
 private void OnQuitting(object sender, QuittingEventArgs e)
 {
     try
     {
         SaveAllDesktops();
     }
     catch (Exception ex)
     {
         Platform.Log(LogLevel.Error, ex);
     }
 }
        private void OnQuitting(object sender, QuittingEventArgs e)
        {
            try
            {
                SaveAllDesktops();
            }
            catch (Exception ex)
            {
                Platform.Log(LogLevel.Error, ex);
            }

            ApplicationSettingsRegistry.Instance.UnregisterInstance(this);
        }
Esempio n. 3
0
		private void OnQuitting(object sender, QuittingEventArgs e)
		{
			try
			{
				SaveAllDesktops();
			}
			catch(Exception ex)
			{
				Platform.Log(LogLevel.Error, ex);
			}

			ApplicationSettingsRegistry.Instance.UnregisterInstance(this);
		}
		private void OnQuitting(object sender, QuittingEventArgs e)
		{
			try
			{
				SaveAllDesktops();
			}
			catch(Exception ex)
			{
				Platform.Log(LogLevel.Error, ex);
			}
		}