Esempio n. 1
0
 /// <summary>
 /// Gets the application component that displays the content of a folder for this folder system.
 /// </summary>
 /// <returns></returns>
 IApplicationComponent IFolderExplorerComponent.GetContentComponent()
 {
     return(_folderSystem.GetContentComponent());
 }