public ShellController(ShellModel model) {
            _Model = model;
			_Model.OnContentChanging += Display;
			_Model.OnContentChanged += UpdateContent;
            _View = new ShellForm();

            
        }
Exemplo n.º 2
0
        public ShellResponseAction(ShellModel model)

        {
            _model = model;
        }