コード例 #1
0
ファイル: Officer.cs プロジェクト: newlifechou/DesignPattern
 public void Notify()
 {
     cmd.ExcuteCommand();
 }