duheng
2025-03-28 dfe7e1653f8309e23e4c314cd58ac4ff7ce49dbc
1
2
3
4
5
6
7
8
9
10
namespace PBS.WinFrmUI.Box
{
    public partial class IBoxInfoMgr : Yw.WinFrmUI.DocumentPage
    {
        public IBoxInfoMgr()
        {
            InitializeComponent();
        }
    }
}