示例#1
0
 public MetaEditor(MetaFile file)
 {
     InitializeComponent();
     ModelView   = new MetaEditorModelView(this, file);
     DataContext = ModelView;
 }
示例#2
0
 public MetaEditorModelView(MetaEditor editor, MetaFile file)
 {
     m_editor = editor;
     m_file   = file;
 }