C# 클래스 Sce.Atf.Applications.Dialogs

상속: IPartImportsSatisfiedNotification, IInitializable
파일 보기 프로젝트 열기: Pikachuxxxx/Razix

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
IPartImportsSatisfiedNotification ( ) : void

Notification when part's imports have been satisfied

메소드 상세

Configure() 공개 정적인 메소드

Configures the application to use the given dialog service
public static Configure ( IDialogService dialogService ) : void
dialogService IDialogService Dialog service
리턴 void

Initialize() 공개 메소드

Finishes initializing component
public Initialize ( ) : void
리턴 void

ShowParentedDialog() 공개 정적인 메소드

Shows WinForms dialog parented to main application window
public static ShowParentedDialog ( Form form ) : DialogResult
form Form Form to show
리턴 DialogResult