コード例 #1
0
        public void ShowContent(object param)
        {
            ShowRowParam showParam = param as ShowRowParam;

            if (showParam == null)
            {
                return;
            }

            _ContentFile = showParam.ShowContentFile;
            ShowList();

            if (showParam.ShowContentRow != null)
            {
                _ListShow.ShowRow(showParam.ShowContentRow);
            }

            //ItemAttrPanel.Visibility = System.Windows.Visibility.Collapsed;

            //LinkList.ItemsSource = _ContentFile.ContentColumn;
            //InitItemType1();
            //InitItemType1();
        }