Beispiel #1
0
 //private readonly ILog _logger = LogManager.GetLogger(typeof(HelloJob));
 //_logger.InfoFormat("HelloJob测试");
 public void Execute(IJobExecutionContext context)
 {
     //MessageBox.Show("HelloJob");
     try
     {
         SendMsg.SendLis();
     }
     catch (Exception)
     {
         throw;
     }
 }
Beispiel #2
0
 private void button1_Click(object sender, EventArgs e)
 {
     SendMsg.SendLis();
     //label1.Text = getBirthDay("0012428559");
 }