Example #1
0
 private void FormSpectralTest_FormClosed(object sender, FormClosedEventArgs e)
 {
     Led.Shutdown();
 }
Example #2
0
 // Called when the app quits
 private void OnApplicationQuit()
 {
     // Shut down the LED SDK
     Led.Shutdown();
 }
Example #3
0
 void OnDestroy()
 {
     Led.Shutdown();
 }