Exemplo n.º 1
0
        public void RemoveLink(RoleBasedLink Reference)
        {
            this.Links.Remove(Reference);
            Reference.AssociatedIdea.AssociatingLinks.Remove(Reference);

            this.NotifyPropertyChange("DescriptiveCaption");
        }
Exemplo n.º 2
0
        public void AddLink(RoleBasedLink Reference)
        {
            this.Links.Add(Reference);

            this.NotifyPropertyChange("DescriptiveCaption");
        }