C# Class ConfigurationSetupUtility.AdvancedSettingsWindow

Interaction logic for AdvancedSettingsWindow.xaml
Inheritance: System.Windows.Window
显示文件 Open project: GridProtectionAlliance/openHistorian

Public Methods

Method Description
AdvancedSettingsWindow ( string connectionString, string dataProviderString, bool encrypt ) : System.Windows

Creates a new instance of the AdvancedSettingsWindow class.

Private Methods

Method Description
OkButton_Click ( object sender, RoutedEventArgs e ) : void

Method Details

AdvancedSettingsWindow() public method

Creates a new instance of the AdvancedSettingsWindow class.
public AdvancedSettingsWindow ( string connectionString, string dataProviderString, bool encrypt ) : System.Windows
connectionString string The connection string to be displayed initially in the connection string text box.
dataProviderString string
encrypt bool Determines whether the encrypt check box is initially checked or unchecked.
return System.Windows