Method | 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
|
Method | Description | |
---|---|---|
IPartImportsSatisfiedNotification ( ) : void |
Notification when part's imports have been satisfied
|
public static Configure ( IDialogService dialogService ) : void | ||
dialogService | IDialogService | Dialog service |
return | void |
public static ShowParentedDialog ( Form form ) : DialogResult | ||
form | Form | Form to show |
return | DialogResult |