Example #1
0
        void ServiceClient_GetSysMenuByIDCompleted(object sender, GetSysMenuByIDCompletedEventArgs e)
        {
            LookUp lkParentMenu = Utility.FindChildControl <LookUp>(expander, "lkParentMenu");

            lkParentMenu.DataContext       = e.Result;
            lkParentMenu.DisplayMemberPath = "MENUNAME";
        }
Example #2
0
        void ServiceClient_GetSysMenuByIDCompleted(object sender, GetSysMenuByIDCompletedEventArgs e)
        {
            //获取要修改的菜单
            this.SysMenu = e.Result;
            ServiceClient.GetSysDictionaryByCategoryAsync("SYSTEMTYPE");

            //BindParentMenu();
            RefreshUI(RefreshedTypes.All);
        }
Example #3
0
        void ServiceClient_GetSysMenuByIDCompleted(object sender, GetSysMenuByIDCompletedEventArgs e)
        {

            LookUp lkParentMenu = Utility.FindChildControl<LookUp>(expander, "lkParentMenu");

            lkParentMenu.DataContext = e.Result;
            lkParentMenu.DisplayMemberPath = "MENUNAME";
        }
Example #4
0
        void ServiceClient_GetSysMenuByIDCompleted(object sender, GetSysMenuByIDCompletedEventArgs e)
        {
            //获取要修改的菜单
            this.SysMenu = e.Result;
            ServiceClient.GetSysDictionaryByCategoryAsync("SYSTEMTYPE");

            //BindParentMenu();
            RefreshUI(RefreshedTypes.All);
        }