コード例 #1
0
 public override void Run()
 {
     Soft.Run();
     Console.WriteLine("running in brand N");
 }
コード例 #2
0
ファイル: PhoneBrand.cs プロジェクト: pyz1989/DesignPatterns
 public void SetSoft(Soft soft)
 {
     this.soft = soft;
 }