Esempio n. 1
0
        public TabVM(TabsVM owner, IDocumentTab tab)
        {
            Owner = owner;
            Tab   = tab;
            var node = tab.Content.Nodes.FirstOrDefault().GetTopNode();

            document = node?.Document;
        }
Esempio n. 2
0
		public TabVM(TabsVM owner, IDocumentTab tab) {
			Owner = owner;
			Tab = tab;
			var node = tab.Content.Nodes.FirstOrDefault().GetTopNode();
			document = node?.Document;
		}