Exemplo n.º 1
0
 private void RibbonWindow_Loaded(object sender, RoutedEventArgs e)
 {
     var hostWindow = new Editor.Control.HostWindow();
     this.renderArea.Child = hostWindow;
     this.editor = new Editor.EditorInterface();
     this.editor.Open(hostWindow);
     this.propertyEditor.DataContext = this.editor.EditingObject;
 }
Exemplo n.º 2
0
        private void RibbonWindow_Loaded(object sender, RoutedEventArgs e)
        {
            var hostWindow = new Editor.Control.HostWindow();

            this.renderArea.Child = hostWindow;
            this.editor           = new Editor.EditorInterface();
            this.editor.Open(hostWindow);
            this.propertyEditor.DataContext = this.editor.EditingObject;
        }