예제 #1
0
파일: TeaCup.cs 프로젝트: KoyoA/patterns
 public void steepTeaBag(TeaBag teaBag)
 {
     teaBag.steepTeaInCup();
 }
예제 #2
0
파일: TeaCup.cs 프로젝트: swelham/patterns
 public void steepTeaBag(TeaBag teaBag) {
     teaBag.steepTeaInCup();
 }