Exemple #1
0
 /**
  * Disposes the plugin
  */
 public void Dispose()
 {
     timerPosition.Enabled = false;
     PathExplorer.StopBackgroundExploration();
     SaveSettings();
 }
Exemple #2
0
 /**
  * Disposes the plugin
  */
 public void Dispose()
 {
     PathExplorer.StopBackgroundExploration();
     SaveSettings();
 }