using Mesnac.Action.Base; using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Mesnac.Action.ChemicalWeighing.RoleManage { public class initRoleFormAction : ChemicalWeighingAction, IAction { /// /// 刷新角色信息事件 /// public static event EventHandler OnRefreshRole; public void Run(RuntimeParameter runtime) { throw new NotImplementedException(); } } }