private void MainForm_FormClosed(object sender, FormClosedEventArgs e) { _sysInfo = null; _synth = null; }
public MainForm() { InitializeComponent(); _sysInfo = new SysMon(); _synth = new SpeechSynthesizer(); }