C# Class TheAirline.Infrastructure.Services.TaskDialogService

Service that handles displaying task dialogs.
Inheritance: ITaskDialogService
Mostrar archivo Open project: TheAirlineProject/tap-desktop

Public Methods

Method Description
ShowTaskDialog ( TaskDialogOptions options, Action callback ) : void

Shows a task dialog.

Method Details

ShowTaskDialog() public method

Shows a task dialog.
public ShowTaskDialog ( TaskDialogOptions options, Action callback ) : void
options TaskDialogInterop.TaskDialogOptions A config object.
callback Action An optional callback method.
return void