(object sender, FormClosedEventArgs e)
| 271 | } |
| 272 | |
| 273 | private void MainForm_FormClosed(object sender, FormClosedEventArgs e) |
| 274 | { |
| 275 | Properties.Settings.Default.LastFilter = txtFilter.Text; |
| 276 | Properties.Settings.Default.Save(); |
| 277 | } |
| 278 | |
| 279 | private void btnOutputDirBrowse_Click(object sender, EventArgs e) |
| 280 | { |
nothing calls this directly
no outgoing calls
no test coverage detected