示例#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)
 {
 }