Exemplo n.º 1
0
 public ContainerPathNode( IEnumerable collection, string name )
 {
     _container = new ShellContainer( collection, name );
 }
Exemplo n.º 2
0
 public ContainerPathNode(IEnumerable collection, string name)
 {
     _container = new ShellContainer(collection, name);
 }