示例#1
0
        private void InitialDataSelectorClick(object sender, RoutedEventArgs e)
        {
            IDDRestoreInitialData d = new IDDRestoreInitialData();  // all processing occurs in the OK handler

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