예제 #1
0
파일: Arc.cs 프로젝트: Omybot/GoBot
 public override string ToString()
 {
     return(_startNode.ToString() + "-->" + _endNode.ToString());
 }