Exemplo n.º 1
0
        public override bool Execute()
        {
            _TfsController.Connect();
            _Collections = _TfsController.PopulateCollections();

            return(_Collections != null);
        }