예제 #1
0
 public TextGridInterval(IInterval interval, string value)
 {
     XMin = interval.Start();
     XMax = interval.End();
     Text = value;
 }