예제 #1
0
 public void Init()
 {
     CarPlant.LOG  = "";
     _robinReliant = CarPlant.MakeRobinReliant();
 }
예제 #2
0
 public void Init()
 {
     CarPlant.LOG = "";
     _corolla     = CarPlant.MakeToyotaCorolla();
 }
 public void Init()
 {
     CarPlant.LOG = "";
     corolla      = CarPlant.MakeToyotaCorollaSports();
 }
예제 #4
0
 public void Init()
 {
     CarPlant.LOG = "";
     buggy        = CarPlant.MakeSandBuggy();
 }
예제 #5
0
 public void Init()
 {
     CarPlant.LOG = "";
     triton       = CarPlant.MakeMitsubishiTriton();
 }