Пример #1
0
 protected NavigationRoot(NavigationRootIdentifier RootIdentifier, object Value)
 {
     this.RootIdentifier = RootIdentifier;
     this.Value          = Value;
 }
Пример #2
0
 public NodeFileSystemRoot(NavigationRootIdentifier RootIdentifier, NodeFolderPath RootValue)
     : base(RootIdentifier, RootValue)
 {
 }