Ejemplo n.º 1
0
        public void Dispose()
        {
            _unityContainer = null;
            _shellInterface = null;
            _viewsContainer = null;

            _regions.Clear();
            _regions = null;
        }
Ejemplo n.º 2
0
 public void Start()
 {
     _shellInterface = _unityContainer.Resolve <IShellInterface>();
     _shellInterface.ShowActivated = true;
     _shellInterface.Show();
 }