Example #1
0
 private void BTN_ECompileEditPathsIncludes_Click(object sender, EventArgs e)
 {
     // We don't set the main TB's Text until Finished button is clicked.
     TB_ECompilePathsEditIncludeDirectory.Text = FilePicker.SelectFolder();
 }
Example #2
0
 private void BTN_ECompileEditPathsScripts_Click(object sender, EventArgs e)
 {
     // We don't set the main TB's Text until Finished button is clicked.
     TB_ECompilePathsEditPolScriptRoot.Text = FilePicker.SelectFolder();
 }
Example #3
0
 private void BTN_MULBrowse_Click(object sender, EventArgs e)
 {
     TB_MULFilePath.Text = FilePicker.SelectFolder();
 }