Inheritance: PropertyChangedBase, INotifyCollectionChanged, IList
コード例 #1
0
ファイル: FileTreeViewModel.cs プロジェクト: khellang/Runt
        public FileTreeViewModel(FileTreeViewModel parent)
        {
            Contract.Requires(this is WorkspaceViewModel ^ parent != null);

            _parent = parent;
        }
コード例 #2
0
ファイル: FileTreeViewModel.cs プロジェクト: shahid-pk/Runt
        public FileTreeViewModel(FileTreeViewModel parent)
        {
            Contract.Requires(this is WorkspaceViewModel ^ parent != null);

            _parent = parent;
        }