2020 Method
Changes 0
M

TaskDialog.Show

Description:
Shows a task dialog with title, main instruction and a Close button.
public static TaskDialogResult Show(
	string title,
	string mainInstruction
)
Return Value TaskDialogResult The user's response to the task dialog.