Exemple #1
0
 public void Dispose()
 {
     if (_isDisposed)
     {
         return;
     }
     _isDisposed = true;
     DockManager.RemoveDockControl(this);
     _protoType.PropertyChanged -= OnPrototypePropertyChanged;
     _protoType.Dispose();
     _protoType = null;
 }