예제 #1
0
        // -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -



        // -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -
        private void btnOpenDictionary_Click(object sender, EventArgs e)
        {
            t.log("FormMain.btnOpenDictionary_Click()");

            speechRecognizer.stopListening();

            FormDictionaryEditor fde = new FormDictionaryEditor();

            fde.Show();
            this.Hide();
        }
예제 #2
0
 private void btnCancel_Click(object sender, EventArgs e)
 {
     fde.Show();
     this.Close();
 }
예제 #3
0
 private void FormDictionaryEditorAdd_FormClosing(object sender, FormClosingEventArgs e)
 {
     fde.Show();
 }