duheng
2024-12-05 492fbc0052225864e97cceb66d86d3fdf9dee961
WinFrmUI/HStation.WinFrmUI.Auth.Core/00-Control/RoleInfoCtrl.cs
@@ -1,15 +1,4 @@
using 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
namespace 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;
            }
        }