public void Open() { if (_pathControl == null || _pathControl.IsDisposed) { _pathControl = new PathControl(this); _pathControl.Start(); } }