C# 实现 在 WinForm 和 WebForm 中的权限控制
using System;using System.Data;using System.Collections;namespace XSTBD.Common.Right{ /// /// Action 的摘要说明。 /// public class Action { private string m_ActionName; private bool m_ActionEnabled