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