Exemplo n.º 1
0
 void Controller_RequestTaskDialog(object sender, UI.Prompts.TaskDialogEventArgs e)
 {
     var taskDialog = new Dynamo.UI.Prompts.GenericTaskDialog(e);
     taskDialog.ShowDialog();
 }
Exemplo n.º 2
0
        void Controller_RequestTaskDialog(object sender, UI.Prompts.TaskDialogEventArgs e)
        {
            var taskDialog = new Dynamo.UI.Prompts.GenericTaskDialog(e);

            taskDialog.ShowDialog();
        }