예제 #1
0
 // Token: 0x060001A9 RID: 425 RVA: 0x00017458 File Offset: 0x00015658
 private void 百度_btn_Click(object sender, EventArgs e)
 {
     if (FmSetting.Get_html(string.Format("{0}?{1}", "https://aip.baidubce.com/oauth/2.0/token", "grant_type=client_credentials&client_id=" + this.text_baiduaccount.Text + "&client_secret=" + this.text_baidupassword.Text)) != "")
     {
         MessageBox.Show("密钥正确!", "提醒");
         return;
     }
     MessageBox.Show("请确保密钥正确!", "提醒");
 }
예제 #2
0
 // Token: 0x0600019B RID: 411 RVA: 0x00002C04 File Offset: 0x00000E04
 private void cbBox_开机_CheckedChanged(object sender, EventArgs e)
 {
     FmSetting.AutoStart(this.cbBox_开机.Checked);
 }