Ejemplo n.º 1
0
 public AnnotationRange(int start, int end, OrionStyle style)
 {
     _start = start;
     _end   = end;
     _style = style;
 }
Ejemplo n.º 2
0
 public AnnotationRange(int start, int end, OrionStyle style)
 {
     _start = start;
     _end = end;
     _style = style;
 }