Пример #1
0
 public void Init()
 {
     _behaviorDrawModel = new BehaviorDrawModel();
     _behaviorDrawView  = new BehaviorDrawView();
 }
Пример #2
0
 public void SetModel(BehaviorDrawModel model)
 {
     _behaviorDrawModel = model;
 }