コード例 #1
0
        private void newSubButton_Click(object sender, EventArgs e)
        {
            NewSubstitution subForm = new NewSubstitution();

            subForm.ShowDialog();
            RefreshSubList();
        }
コード例 #2
0
ファイル: Main.cs プロジェクト: Early-Modern-OCR/FrankenPlus
 private void newSubButton_Click(object sender, EventArgs e)
 {
     NewSubstitution subForm = new NewSubstitution();
     subForm.ShowDialog();
     RefreshSubList();
 }