From bbf62b879c9799a47f4e3d7e5bc10ff1763b7b75 Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期日, 03 十一月 2024 14:58:25 +0800 Subject: [PATCH] 计算面板 --- WinFrmUI/HStation.WinFrmUI.Auth.Core/RoleMainPanel.cs | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Auth.Core/RoleMainPanel.cs b/WinFrmUI/HStation.WinFrmUI.Auth.Core/RoleMainPanel.cs index a246718..2132e16 100644 --- a/WinFrmUI/HStation.WinFrmUI.Auth.Core/RoleMainPanel.cs +++ b/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) + { } } } \ No newline at end of file -- Gitblit v1.9.3