C# Class ConfigurationSetupUtility.Screens.UpdateConfigurationScreen

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

Public Methods

Method Description
UpdateConfigurationScreen ( ) : System

Creates a new instance of the UpdateConfigurationScreen class.

Private Methods

Method Description
UpdateConfigurationRadioButton_Checked ( object sender, RoutedEventArgs e ) : void
UseExistingConfigurationRadioButton_Checked ( object sender, RoutedEventArgs e ) : void

Method Details

UpdateConfigurationScreen() public method

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