private void tsbtnExit_Click(object sender, EventArgs e) { try { _objAlarms.CallCancel(); this.Close(); } catch (Exception ex) { //ErrorLogFile(ex); //System.Diagnostics.Debug.WriteLine(ex.Message, ex.StackTrace); } }