コード例 #1
0
		public WatchList(WatchListType type)
		{
			InitializeComponent();
			WatchType = type;
			if (type == WatchListType.Watch)
				myList.Root = new WatchRootNode();
			else
				myList.Root = new SharpTreeNode();
		}
コード例 #2
0
ファイル: WatchList.xaml.cs プロジェクト: yuva2achieve/dot42
        public WatchList(WatchListType type)
        {
            InitializeComponent();
            WatchType = type;

            /*if (type == WatchListType.Watch)
             *      myList.Root = new WatchRootNode();
             * else*/
            myList.Root = new SharpTreeNode();
        }