예제 #1
0
 public override void Run()
 {
     Soft.Run();
     Console.WriteLine("running in brand N");
 }
예제 #2
0
 public void SetSoft(Soft soft)
 {
     this.soft = soft;
 }