|
0
|
1 |
using System; |
|
|
2 |
using System.Windows; |
|
|
3 |
using System.Windows.Controls; |
|
|
4 |
using System.Windows.Documents; |
|
|
5 |
using System.Windows.Ink; |
|
|
6 |
using System.Windows.Input; |
|
|
7 |
using System.Windows.Media; |
|
|
8 |
using System.Windows.Media.Animation; |
|
|
9 |
using System.Windows.Shapes; |
|
|
10 |
using Iri.Modernisation.Data.Models; |
|
|
11 |
namespace Iri.Modernisation.Controls.View |
|
|
12 |
{ |
|
|
13 |
public partial class AnnotationMaker : UserControl |
|
|
14 |
{ |
|
|
15 |
public AnnotationMaker() |
|
|
16 |
{ |
|
|
17 |
// Required to initialize variables |
|
|
18 |
InitializeComponent(); |
|
30
|
19 |
//RectPolemic.Resources.Add("PolemicType", PolemicElementType.Polemic); |
|
28
|
20 |
//RectAdhesion.Resources.Add("PolemicType", PolemicElementType.Adhesion); |
|
|
21 |
//RectQuestion.Resources.Add("PolemicType", PolemicElementType.Question); |
|
|
22 |
//RectReferences.Resources.Add("PolemicType", PolemicElementType.Reference); |
|
0
|
23 |
|
|
30
|
24 |
|
|
0
|
25 |
} |
|
|
26 |
} |
|
|
27 |
} |