示例#1
0
文件: Program.cs 项目: ParkJuSung/CS1
 public void SetNext(QueueNode next)
 {
     this.next = next;
 }