Commit e4dcab82 authored by wangwanxh@sina.com's avatar wangwanxh@sina.com

添加权限检测

parent cef76502
...@@ -46,9 +46,15 @@ namespace GcDevicePc ...@@ -46,9 +46,15 @@ namespace GcDevicePc
} }
//自动校准 //自动校准
private void buttonauto_Click(object sender, EventArgs e) private void buttonauto_Click(object sender, EventArgs e)
{
if (CK_UI.LandIn.Island)
{ {
CKVocAnalyzer.AutoAdjust auto = new CKVocAnalyzer.AutoAdjust(); CKVocAnalyzer.AutoAdjust auto = new CKVocAnalyzer.AutoAdjust();
auto.Show(); auto.Show();
}else
{
MessageBox.Show("无权限操作!!!!");
}
} }
} }
......
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