MCPcopy Create free account
hub / github.com/NodeRT/NodeRT / MainForm_FormClosed

Method MainForm_FormClosed

src/NodeRTUI/MainForm.cs:273–277  ·  view source on GitHub ↗
(object sender, FormClosedEventArgs e)

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected