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