public MetaEditor(MetaFile file) { InitializeComponent(); ModelView = new MetaEditorModelView(this, file); DataContext = ModelView; }
public MetaEditorModelView(MetaEditor editor, MetaFile file) { m_editor = editor; m_file = file; }