Esempio n. 1
0
 private void Window_Closing(object sender, CancelEventArgs e)
 {
     Temp.OnTempUpdated -= temp_OnTempUpdated;
     if (Temp != null)
     {
         Temp.Stop();
     }
 }
Esempio n. 2
0
 /// <summary>
 /// Stop the plugin.
 /// </summary>
 public void Stop()
 {
     _temp.Stop();
 }