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