private void ErrorStart() { DebugWriteLine("Problem Leaguesharp starting with an error"); ErrorStartWindow solution = new ErrorStartWindow(); solution.Show(); _activeWindow = solution; solution.Closed += ChildwindowClose; }