Exemplo n.º 1
0
 private void FrmMain_Load(object sender, EventArgs e)
 {
     if (QiNiuHelper.DownloadFile())
     {
         AppInfo.Instance.IsNetworking = true;
         QiNiuHelper.CheckMonthFile();
     }
     else
     {
         MessageBox.Show("当前处于断网模式,建议不要修改数据!");
         AppInfo.Instance.IsNetworking = false;
     }
     GetInfo();
 }
Exemplo n.º 2
0
 private void button4_Click(object sender, EventArgs e)
 {
     QiNiuHelper.CheckMonthFile();
 }