lixiaojun
2024-08-13 d06e5f065b7d1d2ccb8812d6aeb768b825a82d1e
1
2
3
4
5
6
7
8
9
10
11
12
13
namespace Yw.WinFrmUI
{
    /// <summary>
    /// 页面功能
    /// </summary>
    public class PageFunction
    {
        /// <summary>
        /// 查看 Bimface 3d 视图
        /// </summary>
        public const string ViewBimface3d = "view-bimface-3d";
    }
}