public Container2 (bool b) {
			Items = new MyList(this);
		}
Пример #2
0
 public Container2(bool b)
 {
     Items = new MyList(this);
 }
		public Container () {
			Items = new MyList(this);
		}
Пример #4
0
 public Container()
 {
     Items = new MyList(this);
 }