예제 #1
0
 private void browseOutPathBtn_Click(object sender, EventArgs e)
 {
     outputTextBox.Text = MiscFunctions.GetPath("folder");
 }
예제 #2
0
 private void browseSrcPathBtn_Click(object sender, EventArgs e)
 {
     inputTextBox.Text = MiscFunctions.GetPath("file");
 }