using DocumentPage = Yw.WinFrmUI.DocumentPage; namespace HStation.WinFrmUI.Auth { public partial class RoleMainPanel : DocumentPage { public RoleMainPanel() { InitializeComponent(); this.Load += RoleMainPanel_Load; } private async void RoleMainPanel_Load(object? sender, EventArgs e) { } } }