Ejemplo n.º 1
0
        public IGroup CreateGroup(string groupName)
        {
            // call this constructor doesn't fire the group changed event
            var createdGroup = new DbGroup(groupName);

            createdGroup.AssignStores(this.groups, this.dispatcher, this.favorites);
            return(createdGroup);
        }