|
|
|
@ -39,8 +39,8 @@ namespace Audit.Windows |
|
|
|
if (passwd == "engineer") |
|
|
|
{ |
|
|
|
MessageBox.Show("警告:设置模式将会对本机运行造成重大影响,请您明确操作目的及可能需承担的后果"); |
|
|
|
Windows.Set_up steup = new Windows.Set_up(); |
|
|
|
steup.Show(); |
|
|
|
Windows.Set_up setup = new Windows.Set_up(); |
|
|
|
setup.Show(); |
|
|
|
this.Close(); |
|
|
|
} |
|
|
|
else |
|
|
|
|