Ejemplo n.º 1
0
 private void OnDebugStatus(string status)
 {
     if (DebugStatus != null)
     {
         DebugStatus.BeginInvoke(this, new DeviceDebugEventArgs()
         {
             DebugStatus = status
         },
                                 null, null);
     }
 }