예제 #1
0
 public void SetLeft(Ant left)
 {
     Left       = left;
     left.Right = this;
 }