Beispiel #1
0
        private void back_Click(object sender, RoutedEventArgs e)
        {
            DinoUnitWindow mainDialog = new DinoUnitWindow();

            mainDialog.Show();
            this.Owner = mainDialog;
            this.Close();
        }
        private void Button_Click(object sender, RoutedEventArgs e)
        {
            DinoUnitWindow mainDialog = new DinoUnitWindow();

            mainDialog.Show();
            this.Owner = mainDialog;
            mainDialog.newButton(subjectNamePW, epubFileName1, epubCurrentPageLeft1);

            this.Close();
        }
Beispiel #3
0
        private void sonota_Click(object sender, RoutedEventArgs e)
        {
            subjectName = "その他";

            DinoUnitWindow dialog = new DinoUnitWindow();

            dialog.Show();
            this.Owner = dialog;

            dialog.newButton(subjectName, epubFileName1, epubCurrentPageLeft1);

            this.Close();
        }