Example #1
0
        private void CloseCommandExecute()
        {
            IShellView shell = _container.Resolve <IShellView>();

            shell.Close();
        }