C# Class MetroDemo.ExampleWindows.CredentialsDialog

Interaction logic for Window1.xaml
Inheritance: IDisposable
ファイルを表示 Open project: OfficeDev/Office-IT-Pro-Deployment-Scripts Class Usage Examples

Public Properties

Property Type Description
Result DialogResult

Public Methods

Method Description
CredentialsDialog ( ) : Microsoft.OfficeProPlus.InstallGen.Presentation.Logging
Dispose ( ) : void
Launch ( ) : void

Private Methods

Method Description
CancelButton_OnClick ( object sender, RoutedEventArgs e ) : void
InitializeComponent ( ) : void
OkButton_OnClick ( object sender, RoutedEventArgs e ) : void
System ( int connectionId, object target ) : void

Method Details

CredentialsDialog() public method

public CredentialsDialog ( ) : Microsoft.OfficeProPlus.InstallGen.Presentation.Logging
return Microsoft.OfficeProPlus.InstallGen.Presentation.Logging

Dispose() public method

public Dispose ( ) : void
return void

Launch() public method

public Launch ( ) : void
return void

Property Details

Result public_oe property

public DialogResult Result
return DialogResult