示例#1
0
 public OpenCommand(IControlCenterViewModel ivm)
 {
     this._ivm = ivm;
 }
示例#2
0
 public StorylinesCommand(IControlCenterViewModel ivm)
 {
     this._ivm = ivm;
 }
示例#3
0
 public StoryControlCenter()
 {
     InitializeComponent();
     _ivm             = new ControlCenterViewModel(this);
     this.DataContext = _ivm;
 }
示例#4
0
 public ColorPickerCommand(IControlCenterViewModel ivm)
 {
     this._ivm = ivm;
 }
示例#5
0
 public TimelineCommand(IControlCenterViewModel ivm)
 {
     this._ivm = ivm;
 }