コード例 #1
0
 //Methods
 public Node(HangHoa hh)
 {
     data = hh;
     next = null;
 }