From 492fbc0052225864e97cceb66d86d3fdf9dee961 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期四, 05 十二月 2024 16:18:36 +0800 Subject: [PATCH] 修改匹配方法以及单独匹配 --- WinFrmUI/HStation.WinFrmUI.Auth.Core/00-Control/RoleInfoCtrl.cs | 21 +++++---------------- 1 files changed, 5 insertions(+), 16 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Auth.Core/00-Control/RoleInfoCtrl.cs b/WinFrmUI/HStation.WinFrmUI.Auth.Core/00-Control/RoleInfoCtrl.cs index 63ca0b0..e466e51 100644 --- a/WinFrmUI/HStation.WinFrmUI.Auth.Core/00-Control/RoleInfoCtrl.cs +++ b/WinFrmUI/HStation.WinFrmUI.Auth.Core/00-Control/RoleInfoCtrl.cs @@ -1,15 +1,4 @@ -锘縰sing DevExpress.XtraEditors; -using System; -using System.Collections.Generic; -using System.ComponentModel; -using System.Data; -using System.Drawing; -using System.Linq; -using System.Text; -using System.Threading.Tasks; -using System.Windows.Forms; - -namespace HStation.WinFrmUI.Auth +锘縩amespace HStation.WinFrmUI.Auth { public partial class RoleInfoCtrl : DevExpress.XtraEditors.XtraUserControl { @@ -18,7 +7,7 @@ InitializeComponent(); } Yw.Vmo.Role _Role = new Yw.Vmo.Role(); - + public void SetBangDingData(Yw.Vmo.Role role, out string error) { error = ""; @@ -82,7 +71,7 @@ return role; } - public Yw.Vmo.Role OperateData(out string error,Yw.Vmo.Role role) + public Yw.Vmo.Role OperateData(out string error, Yw.Vmo.Role role) { error = ""; this._Role = role; @@ -109,10 +98,10 @@ } return _Role; } - + } - + -- Gitblit v1.9.3