Esempio n. 1
0
 private void buttonRunEditor_GetEditorFilePath(object sender, SpeechCast.Controls.EventEditorArgs e)
 {
     e.EditorFilePath = textBoxEditorFilePath.Text;
 }
Esempio n. 2
0
 private void buttonRunEditor_GetEditorFilePath(object sender, SpeechCast.Controls.EventEditorArgs e)
 {
     e.EditorFilePath = FormMain.UserConfig.EditorFilePath;
 }