Ejemplo n.º 1
0
        private void ChangeDatabaseClick(object sender, RoutedEventArgs e)
        {
            IDDDBPicker dbpick = new IDDDBPicker();

            dbpick.ShowDialog();
            //todo: decide if we need to allow on-the-fly DB changes or they just change the App.Config file with new DB name.
        }
Ejemplo n.º 2
0
 private void ChangeDatabaseClick(object sender, RoutedEventArgs e)
 {
     IDDDBPicker dbpick = new IDDDBPicker();
     dbpick.ShowDialog();
     //todo: decide if we need to allow on-the-fly DB changes or they just change the App.Config file with new DB name.
 }