コード例 #1
0
ファイル: MainWindow.xaml.cs プロジェクト: Vycka/PoeStasher
        private void bSyncKey_Click(object sender, RoutedEventArgs e)
        {
            EditSyncKey dlgESK = new EditSyncKey();

            dlgESK.Owner = this;
            dlgESK.ShowDialog();
        }
コード例 #2
0
ファイル: MainWindow.xaml.cs プロジェクト: Vycka/PoeStasher
 private void bSyncKey_Click(object sender, RoutedEventArgs e)
 {
     EditSyncKey dlgESK = new EditSyncKey();
     dlgESK.Owner = this;
     dlgESK.ShowDialog();
 }