(object sender, EventArgs e)
| 167 | } |
| 168 | |
| 169 | private void toolStripButton_selectApp_Click(object sender, EventArgs e) |
| 170 | { |
| 171 | if (openFileDialog_main.ShowDialog() == System.Windows.Forms.DialogResult.OK) |
| 172 | toolStripTextBox_path.Text = openFileDialog_main.FileName; |
| 173 | } |
| 174 | |
| 175 | private void toolStripButton_launch_Click(object sender, EventArgs e) |
| 176 | { |
nothing calls this directly
no outgoing calls
no test coverage detected