public void Init() { _behaviorDrawModel = new BehaviorDrawModel(); _behaviorDrawView = new BehaviorDrawView(); }
public void SetModel(BehaviorDrawModel model) { _behaviorDrawModel = model; }