duheng
2024-12-05 b26ae60e85d4a03a2426e6607e7afe89e1c10a5f
WinFrmUI/HStation.WinFrmUI.Auth.Core/RoleMainPanel.cs
@@ -7,6 +7,11 @@
        public RoleMainPanel()
        {
            InitializeComponent();
            this.Load += RoleMainPanel_Load;
        }
        private async void RoleMainPanel_Load(object? sender, EventArgs e)
        {
        }
    }
}