C# Class ConfigurationSetupUtility.Screens.SqliteDatabaseSetupScreen

Interaction logic for SqliteDatabaseSetupScreen.xaml
Inheritance: System.Windows.Controls.UserControl, IScreen
Mostra file Open project: GridProtectionAlliance/openPDC Class Usage Examples

Public Methods

Method Description
SqliteDatabaseSetupScreen ( ) : System

Creates a new instance of the SqliteDatabaseSetupScreen class.

Private Methods

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

Method Details

SqliteDatabaseSetupScreen() public method

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