示例#1
0
        public void OnInit()
        {
            ChoiceBoxProvider.Register();
            SubSystem.RegisterSubSystem(new SubSystem("B3Butchery", "屠宰分割")
            {
                IconUrl            = "~/Images/ChildSystemIcons/B3Butchery.png",
                NotSelectedIconUrl = "~/Images/ChildSystemIcons/B3Butchery_NotSelected.png",
                DisplayOrder       = -500
            });
            HippoUtil.Register();

            MultiViewSwitcher.Register("存货编辑", "屠宰分割", "~/B3Butchery/BaseInfos/ButcheryGoods_/ButcheryGoodsEdit.aspx", new string[] {
                "B3Butchery.存货.访问"
            });
            MultiViewSwitcher.Register("存货新建", "屠宰分割", "~/B3Butchery/BaseInfos/ButcheryGoods_/ButcheryGoodsEdit.aspx", new string[] {
                "B3Butchery.存货.新建"
            });
        }