Exemplo n.º 1
0
        private void Edit(WorkFlowItem item)
        {
            WorkflowEditorView wnd = new WorkflowEditorView();

            ((WorkflowEditorViewModel)wnd.DataContext).LoadXml(item.File);
            wnd.ShowDialog();
            LoadWorkFlows();
        }
Exemplo n.º 2
0
        private void Edit()
        {
            WorkflowEditorView wnd = new WorkflowEditorView();

            wnd.ShowDialog();
        }