Exemple #1
0
 public FormDictionaryEditorEdit(FormDictionaryEditor arg1, ListViewItem arg2)
 {
     InitializeComponent();
     fde           = arg1;
     listViewItem  = arg2;
     tbSpeech.Text = arg2.Text;
 }
Exemple #2
0
        // -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -  -



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

            speechRecognizer.stopListening();

            FormDictionaryEditor fde = new FormDictionaryEditor();

            fde.Show();
            this.Hide();
        }
Exemple #3
0
        public FormDictionaryEditorAdd(FormDictionaryEditor arg1)
        {
            InitializeComponent();

            fde = arg1;
        }