Esempio n. 1
0
 private void _cropSelectOutputBtn_Click(object sender, EventArgs e)
 {
     _cropOutputPathTextBox.Text = PathSelector.GetFilePath();
 }
Esempio n. 2
0
 private void _cropSelectSourceBtn_Click(object sender, EventArgs e)
 {
     _cropSourcePathTextBox.Text = PathSelector.GetFilePath();
 }