Exemplo n.º 1
0
 private void button1_Click(object sender, EventArgs e)
 {
     this.SourcesBox.Text = DialogClass.SelectFolder(this.SourcesBox.Text);
 }
Exemplo n.º 2
0
 private void button4_Click(object sender, EventArgs e)
 {
     this.SaveBox.Text = DialogClass.SelectFolder();
 }
Exemplo n.º 3
0
 private void FolderButton_Click(object sender, EventArgs e)
 {
     this.folderText.Text = DialogClass.SelectFolder();
 }