InputDir() public method

public InputDir ( string InputDir = "" ) : string
InputDir string
return string
Esempio n. 1
0
 private void bInputDirSelector_Click(object sender, EventArgs e)
 {
     InputDir.Text = d.InputDir(InputDir.Text);
 }