C# Class ConfigurationSetupUtility.Screens.AccessDatabaseSetupScreen

Interaction logic for AccessDatabaseSetupScreen.xaml
Inheritance: System.Windows.Controls.UserControl, IScreen
ファイルを表示 Open project: GridProtectionAlliance/substationSBG

Public Methods

Method Description
AccessDatabaseSetupScreen ( ) : System

Creates a new instance of the AccessDatabaseSetupScreen class.

Private Methods

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

Method Details

AccessDatabaseSetupScreen() public method

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