Пример #1
0
            public void ArrowAnnotation()
            {
                var s1 = new ArrowAnnotation();
                var s2 = new Annotations.ArrowAnnotation();

                OxyAssert.PropertiesAreEqual(s2, s1);
            }
Пример #2
0
 public void ArrowAnnotation()
 {
     var s1 = new ArrowAnnotation();
     var s2 = new Annotations.ArrowAnnotation();
     OxyAssert.PropertiesAreEqual(s1, s2);
 }
Пример #3
0
 /// <summary>
 /// Initializes a new instance of the <see cref = "ArrowAnnotation" /> class.
 /// </summary>
 public ArrowAnnotation()
 {
     InternalAnnotation = new Annotations.ArrowAnnotation();
 }