Commit 5998386f by hanfei

update

parent 0d9880fb
...@@ -31,12 +31,12 @@ namespace Siger.Voice ...@@ -31,12 +31,12 @@ namespace Siger.Voice
private void FrmMain_Load(object sender, EventArgs e) private void FrmMain_Load(object sender, EventArgs e)
{ {
if (!LinsenceHelper.SystemValidate(_config.ProjectId)) //if (!LinsenceHelper.SystemValidate(_config.ProjectId))
{ //{
this.Text = $"{_config.CompanyDesc} 语音播报系统V1.0 (未授权)"; // this.Text = $"{_config.CompanyDesc} 语音播报系统V1.0 (未授权)";
this.toolStripStatusLabel1.Text = $"系统未授权, 监听失败......"; // this.toolStripStatusLabel1.Text = $"系统未授权, 监听失败......";
return; // return;
} //}
systemValidate = true; systemValidate = true;
this.Text = $"{_config.CompanyDesc} 语音播报系统"; this.Text = $"{_config.CompanyDesc} 语音播报系统";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment