client/src/Iri.Modernisation.Controls/ViewModel/ConsultationView/ConsultationViewVM.cs
equal
deleted
inserted
replaced
124 |
124 |
125 void NewAnnotationFinished_Executed(object sender, SLExtensions.Input.ExecutedEventArgs e) |
125 void NewAnnotationFinished_Executed(object sender, SLExtensions.Input.ExecutedEventArgs e) |
126 { |
126 { |
127 Annotation createdAnnotation = ((Annotation)e.Parameter); |
127 Annotation createdAnnotation = ((Annotation)e.Parameter); |
128 PolemicElement refElement = ((PolemicElement)e.Source); |
128 PolemicElement refElement = ((PolemicElement)e.Source); |
129 refElement.Chapter.Annotations.Add(createdAnnotation); |
129 // refElement.Chapter.Annotations.Add(createdAnnotation); |
130 //refElement.Chapter.Book.Save(); |
130 //refElement.Chapter.Book.Save(); |
131 |
131 |
132 |
132 |
133 } |
133 } |
134 |
134 |