C# Class ConfigurationSetupUtility.Screens.ConfigurationTypeScreen

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

Public Methods

Method Description
ConfigurationTypeScreen ( ) : System

Creates a new instance of the ConfigurationTypeScreen class.

Private Methods

Method Description
DatabaseRadioButton_Checked ( object sender, RoutedEventArgs e ) : void
InitializeNextScreens ( ) : void
UpdateDatabaseRadioButtonContent ( ) : void
WebServiceRadioButton_Checked ( object sender, RoutedEventArgs e ) : void
XmlRadioButton_Checked ( object sender, RoutedEventArgs e ) : void

Method Details

ConfigurationTypeScreen() public method

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