示例#1
0
 public QuatroStack()
 {
     InnerList = new QuatroList();
 }
 public QuatroStack()
 {
     innerList = new QuatroList();
 }