示例#1
0
            public void PolylineAnnotation()
            {
                var s1 = new PolylineAnnotation();
                var s2 = new Annotations.PolylineAnnotation();

                OxyAssert.PropertiesAreEqual(s2, s1);
            }
示例#2
0
 public void PolylineAnnotation()
 {
     var s1 = new PolylineAnnotation();
     var s2 = new Annotations.PolylineAnnotation();
     OxyAssert.PropertiesAreEqual(s2, s1);
 }