예제 #1
0
 public SorveteComBalinha(ISorvete s)
 {
     this.s = s;
 }
예제 #2
0
 public SorveteComImcremento(ISorvete s)
 {
     this.s = s;
 }
예제 #3
0
파일: Program.cs 프로젝트: 50minutos/VS2010
 public SorveteComBalinha(ISorvete s)
 {
     this.s = s;
 }
예제 #4
0
 public SorveteComCobertura(ISorvete s)
 {
     this.s = s;
 }
예제 #5
0
파일: Program.cs 프로젝트: 50minutos/VS2010
 public SorveteComCobertura(ISorvete s)
 {
     this.s = s;
 }