Exemplo n.º 1
0
 public void ComputeInterest()
 {
     state.ComputeInterest(); //调用状态对象的ComputeInterest()方法
 }