Example #1
0
 /// <summary>
 /// Stops the work.
 /// </summary>
 public void StartWork()
 {
     if (e_DeviceController != null)
     {
         e_DeviceController.StartWork();
     }
     decoding      = false;
     tempDecodeing = decoding;
 }