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

            taskDialog.ShowDialog();
        }