예제 #1
0
 public AnnotationRange(int start, int end, OrionStyle style)
 {
     _start = start;
     _end   = end;
     _style = style;
 }
예제 #2
0
 public AnnotationRange(int start, int end, OrionStyle style)
 {
     _start = start;
     _end = end;
     _style = style;
 }