예제 #1
0
파일: Program.cs 프로젝트: ParkJuSung/CS1
 public void SetNext(QueueNode next)
 {
     this.next = next;
 }