Esempio n. 1
0
 public void Init()
 {
     _behaviorDrawModel = new BehaviorDrawModel();
     _behaviorDrawView  = new BehaviorDrawView();
 }
Esempio n. 2
0
 public void SetModel(BehaviorDrawModel model)
 {
     _behaviorDrawModel = model;
 }