/// <summary>
 /// Clean up any resources being used.
 /// </summary>
 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
 protected override void Dispose(bool disposing)
 {
     if (disposing && (components != null))
     {
         components.Dispose();
     }
     MainProcess.CancelRegisterButton(StatusLed);
     base.DestroyHandle();
 }
예제 #2
0
 protected override void DestroyHandle()
 {
     MainProcess.CancelRegisterButton(StatusLed);
     base.DestroyHandle();
 }