Exemplo n.º 1
0
        private void InitialDataSelectorClick(object sender, RoutedEventArgs e)
        {
            IDDRestoreInitialData d = new IDDRestoreInitialData();  // all processing occurs in the OK handler

            d.ShowDialog();
        }
Exemplo n.º 2
0
 private void InitialDataSelectorClick(object sender, RoutedEventArgs e)
 {
     IDDRestoreInitialData d = new IDDRestoreInitialData();  // all processing occurs in the OK handler 
     d.ShowDialog();
 }