示例#1
0
        public void SetUp()
        {
            base.SetUp();

            locatorTreeRepository     = ApplicationContext.Current["locatorTreeRepository"] as ILocatorTreeRepository;
            locatorApplicationService = ApplicationContext.Current["locatorApplicationService"] as ILocatorApplicationService;
        }
示例#2
0
 public LocatorTreeNode(ILocatorState state, ILocatorTreeRepository repository)
 {
     this._state      = state;
     this._repository = repository;
 }