C# 클래스 a7DocumentDbStudio.Dialogs.DocDbAccountCredentialsDlg

Interaction logic for ConnectToDocDbAccount.xaml
상속: System.Windows.Window
파일 보기 프로젝트 열기: alekkowalczyk/a7DocumentDbStudio

공개 메소드들

메소드 설명
ShowDialog ( AccountCredentialsModel existingCreds, Task>.Func action ) : void
ShowDialog ( Action action ) : void

비공개 메소드들

메소드 설명
DocDbAccountCredentialsDlg ( AccountCredentialsModel credentials, Task>.Func actionAsync ) : a7DocumentDbStudio.Model
DocDbAccountCredentialsDlg ( Action action ) : a7DocumentDbStudio.Model
bOk_Click ( object sender, RoutedEventArgs e ) : void

메소드 상세

ShowDialog() 공개 정적인 메소드

public static ShowDialog ( AccountCredentialsModel existingCreds, Task>.Func action ) : void
existingCreds a7DocumentDbStudio.Model.AccountCredentialsModel
action Task>.Func
리턴 void

ShowDialog() 공개 정적인 메소드

public static ShowDialog ( Action action ) : void
action Action
리턴 void