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