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

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

            this.NotifyPropertyChange("DescriptiveCaption");
        }