C# Class ConfigurationSetupUtility.MainWindow

Interaction logic for MainWindow.xaml
Inheritance: System.Windows.Window
Exibir arquivo Open project: GridProtectionAlliance/openHistorian

Public Methods

Method Description
MainWindow ( ) : System

Creates a new instance of the MainWindow class.

Private Methods

Method Description
BackButton_Click ( object sender, RoutedEventArgs e ) : void
CancelButton_Click ( object sender, RoutedEventArgs e ) : void
NextButton_Click ( object sender, RoutedEventArgs e ) : void
Window_Closing ( object sender, CancelEventArgs e ) : void
Window_ContentRendered ( object sender, EventArgs e ) : void
Window_Initialized ( object sender, EventArgs e ) : void

Method Details

MainWindow() public method

Creates a new instance of the MainWindow class.
public MainWindow ( ) : System
return System