コード例 #1
0
ファイル: ColeccionMultiple.cs プロジェクト: veroyols/I3007
 public ColeccionMultiple(Pila p, Cola c)
 {
     this.pila = p;
     this.cola = c;
 }