C# Class MetroDemo.ExampleWindows.RemoteMachinesDialog

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

Public Properties

Property Type Description
Result DialogResult

Public Methods

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

Private Methods

Method Description
CancelButton_Click ( object sender, RoutedEventArgs e ) : void
OkButton_Click ( object sender, RoutedEventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Launch() public method

public Launch ( ) : void
return void

RemoteMachinesDialog() public method

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

Property Details

Result public_oe property

public DialogResult Result
return DialogResult