C# Class DatabaseManager.NewDatabaseLocationDialog

Interaction logic for NewDatabaseLocationDialog.xaml
Inheritance: System.Windows.Window
Mostrar archivo Open project: VelocityDB/VelocityDB Class Usage Examples

Public Methods

Method Description
NewDatabaseLocationDialog ( DatabaseLocationMutable newLocation, DatabaseLocation existingLocation ) : DatabaseManager.Model

Private Methods

Method Description
BrowseLocationDir ( object pSender, RoutedEventArgs pEvents ) : void
BtnOkClick ( object pSender, RoutedEventArgs pEvents ) : void

Method Details

NewDatabaseLocationDialog() public method

public NewDatabaseLocationDialog ( DatabaseLocationMutable newLocation, DatabaseLocation existingLocation ) : DatabaseManager.Model
newLocation DatabaseManager.Model.DatabaseLocationMutable
existingLocation DatabaseLocation
return DatabaseManager.Model