Пример #1
0
        public Project()
        {
            _diagram = null;
            _network = null;
            _path = "";

            _linkMenu = new LinkContextMenu();
            _nodeMenu = new NodeContextMenu();
        }
Пример #2
0
        public NetworkTree()
            : base()
        {
            _network = null;

            _dictionary = Application.LoadComponent(new Uri("/TalesGenerator;component/Themes/Generic.xaml",
                UriKind.Relative)) as ResourceDictionary;

            _infos = new List<TreeItemInfo>();
            _linkMenu = new LinkContextMenu();
            _nodeMenu = new NodeContextMenu();

            InUpdate = false;
        }