예제 #1
0
 protected bool Equals(ForwardLine other)
 {
     return(_line == other._line);
 }
예제 #2
0
 public void Read(ForwardLine call)
 {
     Ignore(call);
 }