示例#1
0
 void timer_Tick()
 {
      
     var helper = new LotteryHelper {Url = "http://baidu.lecai.com/lottery/draw/list/50"};
     helper.CoreLogic();
     this.Stop();
     
 }
示例#2
0
 public void CoreLogicTest()
 {
     var helper = new LotteryHelper();
     helper.Url = "http://baidu.lecai.com/lottery/draw/list/50";
     helper.CoreLogic();
 }