Exemplo n.º 1
0
 protected NavigationRoot(NavigationRootIdentifier RootIdentifier, object Value)
 {
     this.RootIdentifier = RootIdentifier;
     this.Value          = Value;
 }
Exemplo n.º 2
0
 public NodeFileSystemRoot(NavigationRootIdentifier RootIdentifier, NodeFolderPath RootValue)
     : base(RootIdentifier, RootValue)
 {
 }