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