C# Class ConfigurationSetupUtility.Screens.ApplyConfigurationChangesScreen

Interaction logic for ApplyConfigurationChangesScreen.xaml
Inheritance: System.Windows.Controls.UserControl, IScreen
Show file Open project: GridProtectionAlliance/openHistorian

Public Methods

Method Description
ApplyConfigurationChangesScreen ( ) : System

Creates a new instance of the ApplyConfigurationChangesScreen class.

Private Methods

Method Description
InitializeState ( ) : void
SetupHistorianCheckBox_Checked ( object sender, RoutedEventArgs e ) : void
SetupHistorianCheckBox_Unchecked ( object sender, RoutedEventArgs e ) : void
openHistorianManagerLocalCheckBox_Checked ( object sender, RoutedEventArgs e ) : void
openHistorianManagerLocalCheckBox_Unchecked ( object sender, RoutedEventArgs e ) : void
openHistorianManagerWebCheckBox_Checked ( object sender, RoutedEventArgs e ) : void
openHistorianManagerWebCheckBox_Unchecked ( object sender, RoutedEventArgs e ) : void
openHistorianServiceCheckBox_Checked ( object sender, RoutedEventArgs e ) : void
openHistorianServiceCheckBox_Unchecked ( object sender, RoutedEventArgs e ) : void

Method Details

ApplyConfigurationChangesScreen() public method

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