Esempio n. 1
0
 /// <summary>
 /// timer 执行任务
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 void timer_goldbookRemid_Tick(object sender, EventArgs e)
 {
     if (_s_gbkremind == null)
     {
         _s_gbkremind = new GoldBookRemind_Service();
     }
     _s_gbkremind.Run();
 }
Esempio n. 2
0
 /// <summary>
 /// timer 执行任务
 /// </summary>
 /// <param name="sender"></param>
 /// <param name="e"></param>
 void timer_goldbookRemid_Tick(object sender, EventArgs e)
 {
     if (_s_gbkremind == null)
     {
         _s_gbkremind = new GoldBookRemind_Service();
     }
     _s_gbkremind.Run();
 }