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