public void Execute(IJobExecutionContext context) { //MessageBox.Show("MettingJob"); try { SendMsg.SendMetting(); } catch (Exception) { throw; } }