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