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