示例#1
0
        private void bSyncKey_Click(object sender, RoutedEventArgs e)
        {
            EditSyncKey dlgESK = new EditSyncKey();

            dlgESK.Owner = this;
            dlgESK.ShowDialog();
        }
示例#2
0
 private void bSyncKey_Click(object sender, RoutedEventArgs e)
 {
     EditSyncKey dlgESK = new EditSyncKey();
     dlgESK.Owner = this;
     dlgESK.ShowDialog();
 }