private void menuItemOptions_Click(object sender, EventArgs e) { if (!Security.IsAuthorized(Permissions.Setup)) { return; } FormSheetSetup formSS = new FormSheetSetup(); formSS.ShowDialog(); SecurityLogs.MakeLogEntry(Permissions.Setup, 0, "ShowForms"); FillGrid(); }
private void menuItemOptions_Click(object sender,EventArgs e) { if(!Security.IsAuthorized(Permissions.Setup)) { return; } FormSheetSetup formSS=new FormSheetSetup(); formSS.ShowDialog(); SecurityLogs.MakeLogEntry(Permissions.Setup,0,"ShowForms"); FillGrid(); }