C# Class a7DocumentDbStudio.Dialogs.DocDbAccountCredentialsDlg

Interaction logic for ConnectToDocDbAccount.xaml
Inheritance: System.Windows.Window
Exibir arquivo Open project: alekkowalczyk/a7DocumentDbStudio

Public Methods

Method Description
ShowDialog ( AccountCredentialsModel existingCreds, Task>.Func action ) : void
ShowDialog ( Action action ) : void

Private Methods

Method Description
DocDbAccountCredentialsDlg ( AccountCredentialsModel credentials, Task>.Func actionAsync ) : a7DocumentDbStudio.Model
DocDbAccountCredentialsDlg ( Action action ) : a7DocumentDbStudio.Model
bOk_Click ( object sender, RoutedEventArgs e ) : void

Method Details

ShowDialog() public static method

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

ShowDialog() public static method

public static ShowDialog ( Action action ) : void
action Action
return void