示例#1
0
文件: Form1.cs 项目: v0icer/poltools
 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();
 }
示例#2
0
文件: Form1.cs 项目: v0icer/poltools
 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();
 }
示例#3
0
文件: Form1.cs 项目: v0icer/poltools
 private void BTN_MULBrowse_Click(object sender, EventArgs e)
 {
     TB_MULFilePath.Text = FilePicker.SelectFolder();
 }