Exemple #1
0
 private void Window_Closing(object sender, CancelEventArgs e)
 {
     Temp.OnTempUpdated -= temp_OnTempUpdated;
     Temp?.Stop();
 }
Exemple #2
0
 /// <summary>
 /// Stop the plugin.
 /// </summary>
 public void Stop()
 {
     _temp.Stop();
     IsRunning = false;
 }