public BodyEditorView() { var model = new BodyEditorModel(); DataContext = new BodyEditorViewModel(model); InitializeComponent(); }
public BodyEditorViewModel(BodyEditorModel model) { this.model = model; }