C# Class MetroDemo.ExampleWindows.InformationDialog

InformationDialog
Inheritance: MahApps.Metro.Controls.MetroWindow, System.Windows.Markup.IComponentConnector
ファイルを表示 Open project: OfficeDev/Office-IT-Pro-Deployment-Scripts Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
InformationDialog ( ) : System
Launch ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
CloseWindow_OnClick ( object sender, RoutedEventArgs e ) : void
HelpInfo_OnNavigated ( object sender, System.Windows.Navigation.NavigationEventArgs e ) : void
InformationDialog_OnLoaded ( object sender, RoutedEventArgs e ) : void
InitializeComponent ( ) : void
System ( int connectionId, object target ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

InformationDialog() public method

public InformationDialog ( ) : System
return System

Launch() public method

public Launch ( ) : void
return void