예제 #1
0
 public override void Accept(Taxi taxi)
 {
     taxi.VisitCustomer(this);
 }
예제 #2
0
파일: Customer.cs 프로젝트: Slaw145/Visitor
 public abstract void Accept(Taxi taxi);