public WatchList(WatchListType type)
		{
			InitializeComponent();
			WatchType = type;
			if (type == WatchListType.Watch)
				myList.Root = new WatchRootNode();
			else
				myList.Root = new SharpTreeNode();
		}
Beispiel #2
0
        public WatchList(WatchListType type)
        {
            InitializeComponent();
            WatchType = type;

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