client/src/Iri.Modernisation.Controls/View/AnnotationMaker/AnnotationMaker.xaml.cs
changeset 36 b6df6fce6e5d
parent 30 644e3cd48034
child 38 bd33267300aa
equal deleted inserted replaced
35:43bb1b8ed555 36:b6df6fce6e5d
    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 }