Ejemplo n.º 1
0
 /// <summary>
 /// Adds another <paramref name="item"/> as the last item in the current path.
 /// </summary>
 /// <param name="item"></param>
 public void Add(IDirectoryBrowser item)
 {
     _CurrentPath.Add(item.Clone() as IDirectoryBrowser);
 }