public void StartStop() { try { if (!This.ACTIVE && !This.STOPPING) { This.Start(); } else if (This.ACTIVE && !This.STOPPING) { This.Stop(); } } catch { This.AddToLog("Er is een fout opgetreden."); } }