client/src/Iri.Modernisation.Controls/View/AnnotationMaker/AnnotationMaker.xaml.cs
equal
deleted
inserted
replaced
12 { |
12 { |
13 public partial class AnnotationMaker : UserControl |
13 public partial class AnnotationMaker : UserControl |
14 { |
14 { |
15 public AnnotationMaker() |
15 public AnnotationMaker() |
16 { |
16 { |
17 // Required to initialize variables |
17 |
18 InitializeComponent(); |
18 InitializeComponent(); |
19 //RectPolemic.Resources.Add("PolemicType", PolemicElementType.Polemic); |
19 |
20 //RectAdhesion.Resources.Add("PolemicType", PolemicElementType.Adhesion); |
|
21 //RectQuestion.Resources.Add("PolemicType", PolemicElementType.Question); |
|
22 //RectReferences.Resources.Add("PolemicType", PolemicElementType.Reference); |
|
23 |
20 |
24 |
21 |
25 } |
22 } |
26 } |
23 } |
27 } |
24 } |