private void frmScreenScraperSimple_Closing(object sender, System.ComponentModel.CancelEventArgs e) { if (ssc != null) { ssc.StopSending(); } }