示例#1
0
 private void butAccounting_Click(object sender,System.EventArgs e)
 {
     if(!Security.IsAuthorized(Permissions.Accounting)) {
         return;
     }
     FormAccounting FormA=new FormAccounting();
     FormA.Show();
 }