Exemplo n.º 1
0
        public override bool Execute()
        {
            var selection = ActionContext.GetValue <string>(RoutedAction.CommandParameter);

            if (!string.IsNullOrWhiteSpace(selection))
            {
                _TfsController.Connect();
                _Projects = _TfsController.GetProjects(selection);
            }

            return(true);
        }