client/src/Iri.Modernisation.Controls/ViewModel/ConsultationBookView/AnnotationViewerVM.cs
equal
deleted
inserted
replaced
|
1 using System; |
|
2 using System.Net; |
|
3 using System.Windows; |
|
4 using System.Windows.Controls; |
|
5 using System.Windows.Documents; |
|
6 using System.Windows.Ink; |
|
7 using System.Windows.Input; |
|
8 using System.Windows.Media; |
|
9 using System.Windows.Media.Animation; |
|
10 using System.Windows.Shapes; |
|
11 using Iri.Modernisation.BaseMVVM.Commands; |
|
12 using Iri.Modernisation.BaseMVVM.ViewModel; |
|
13 using Iri.Modernisation.Data.Models; |
|
14 namespace Iri.Modernisation.Controls.ViewModel |
|
15 { |
|
16 public class AnnotationViewerVM : PolemicElementVM |
|
17 { |
|
18 |
|
19 public AnnotationViewerVM(PolemicElement paramPE):base(paramPE) |
|
20 { |
|
21 } |
|
22 |
|
23 |
|
24 } |
|
25 } |