Esempio n. 1
0
 public void Init()
 {
     _behaviorDrawModel = new BehaviorDrawModel();
     _behaviorDrawView  = new BehaviorDrawView();
     _behaviorDrawView.Init(this, _behaviorDrawModel);
 }
Esempio n. 2
0
 public void Init(BehaviorDrawController drawController, BehaviorDrawModel model)
 {
     _drawController    = drawController;
     _behaviorDrawModel = model;
 }