public void Join() { if (!_window.IsRunning) { return; } _window.JoinGraphicsThread(); _window.JoinWindowThread(); }