C# Class ConfigurationSetupUtility.Screens.XmlSetupScreen

Interaction logic for XmlSetupScreen.xaml
Inheritance: System.Windows.Controls.UserControl, IScreen
ファイルを表示 Open project: GridProtectionAlliance/openHistorian Class Usage Examples

Public Methods

Method Description
XmlSetupScreen ( ) : System

Creates a new instance of the XmlSetupScreen class.

Private Methods

Method Description
BrowseButton_Click ( object sender, RoutedEventArgs e ) : void
XmlFilePathTextBox_TextChanged ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void

Method Details

XmlSetupScreen() public method

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