public OpenCommand(IControlCenterViewModel ivm) { this._ivm = ivm; }
public StorylinesCommand(IControlCenterViewModel ivm) { this._ivm = ivm; }
public StoryControlCenter() { InitializeComponent(); _ivm = new ControlCenterViewModel(this); this.DataContext = _ivm; }
public ColorPickerCommand(IControlCenterViewModel ivm) { this._ivm = ivm; }
public TimelineCommand(IControlCenterViewModel ivm) { this._ivm = ivm; }