Пример #1
0
 public QuatroStack()
 {
     InnerList = new QuatroList();
 }
Пример #2
0
 public QuatroStack()
 {
     innerList = new QuatroList();
 }