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

添加权限检测

parent cef76502
......@@ -47,8 +47,14 @@ namespace GcDevicePc
//自动校准
private void buttonauto_Click(object sender, EventArgs e)
{
CKVocAnalyzer.AutoAdjust auto = new CKVocAnalyzer.AutoAdjust();
auto.Show();
if (CK_UI.LandIn.Island)
{
CKVocAnalyzer.AutoAdjust auto = new CKVocAnalyzer.AutoAdjust();
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