C# Class Sce.Atf.Applications.Dialogs

Inheritance: IPartImportsSatisfiedNotification, IInitializable
Afficher le fichier Open project: Pikachuxxxx/Razix

Méthodes publiques

Méthode Description
Configure ( IDialogService dialogService ) : void

Configures the application to use the given dialog service

Initialize ( ) : void

Finishes initializing component

ShowParentedDialog ( Form form ) : DialogResult

Shows WinForms dialog parented to main application window

Private Methods

Méthode Description
IPartImportsSatisfiedNotification ( ) : void

Notification when part's imports have been satisfied

Method Details

Configure() public static méthode

Configures the application to use the given dialog service
public static Configure ( IDialogService dialogService ) : void
dialogService IDialogService Dialog service
Résultat void

Initialize() public méthode

Finishes initializing component
public Initialize ( ) : void
Résultat void

ShowParentedDialog() public static méthode

Shows WinForms dialog parented to main application window
public static ShowParentedDialog ( Form form ) : DialogResult
form Form Form to show
Résultat DialogResult