예제 #1
0
파일: SLL.cs 프로젝트: QusaTalma/FireTrucks
 public SLL()
 {
     m_head = null;
     m_tail = null;
 }