예제 #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();
 }