예제 #1
0
 public LineTrace(int index, TextLine line)
 {
     Line  = line.Clone();
     Index = index;
 }