Ejemplo n.º 1
0
 private static void Refresh()
 {
     if (Compose == null || Compose.GetInvocationList().Length == 0)
     {
         Stop();
     }
     else
     {
         Start();
     }
 }