C# Class AdvancedLauncher.Management.DialogManager

Inheritance: CrossDomainObject, IDialogManager
Afficher le fichier Open project: GoldRenard/DMOAdvancedLauncher

Private Properties

Свойство Type Description
ShowErrorDialogAsyncInternal Task
ShowMessageDialogAsyncInternal Task
ShowYesNoDialogInternal Task

Méthodes publiques

Méthode Description
Initialize ( ) : void
ShowErrorDialog ( string text ) : void

Error MessageBox

ShowErrorDialogAsync ( string text ) : RemoteTask
ShowMessageDialog ( string title, string message ) : void

Shows Metro MessageBox Dialog

ShowMessageDialogAsync ( string title, string message ) : RemoteTask
ShowYesNoDialog ( string title, string message ) : RemoteTask

Private Methods

Méthode Description
ShowErrorDialogAsyncInternal ( string text ) : Task

Error MessageBox Async

ShowMessageDialogAsyncInternal ( string title, string message ) : Task

Shows Metro MessageBox Dialog Async

ShowYesNoDialogInternal ( string title, string message ) : Task

Shows Metro MessageBox Dialog with Yes/No buttons

Method Details

Initialize() public méthode

public Initialize ( ) : void
Résultat void

ShowErrorDialog() public méthode

Error MessageBox
public ShowErrorDialog ( string text ) : void
text string Content of error
Résultat void

ShowErrorDialogAsync() public méthode

public ShowErrorDialogAsync ( string text ) : RemoteTask
text string
Résultat RemoteTask

ShowMessageDialog() public méthode

Shows Metro MessageBox Dialog
public ShowMessageDialog ( string title, string message ) : void
title string Title
message string Message
Résultat void

ShowMessageDialogAsync() public méthode

public ShowMessageDialogAsync ( string title, string message ) : RemoteTask
title string
message string
Résultat RemoteTask

ShowYesNoDialog() public méthode

public ShowYesNoDialog ( string title, string message ) : RemoteTask
title string
message string
Résultat RemoteTask