client/src/Iri.Modernisation.Controls/ViewModel/ConsultationView/ConsultationViewVM.cs
changeset 39 0f2bde8fdfeb
parent 38 bd33267300aa
child 41 b51a10574e7f
equal deleted inserted replaced
38:bd33267300aa 39:0f2bde8fdfeb
   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