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