Beispiel #1
0
            public void FunctionAnnotation()
            {
                var s1 = new FunctionAnnotation();
                var s2 = new Annotations.FunctionAnnotation();

                OxyAssert.PropertiesAreEqual(s2, s1);
            }
 public void FunctionAnnotation()
 {
     var s1 = new FunctionAnnotation();
     var s2 = new Annotations.FunctionAnnotation();
     OxyAssert.PropertiesAreEqual(s2, s1);
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="FunctionAnnotation" /> class.
 /// </summary>
 public FunctionAnnotation()
 {
     InternalAnnotation = new Annotations.FunctionAnnotation();
 }