Esempio n. 1
0
 private static IShellItem ResolveCustomPlace(FileDialogCustomPlace customPlace)
 {
     return(ShellUtil.GetShellItemForPath(ShellUtil.GetPathForKnownFolder(customPlace.KnownFolder) ?? customPlace.Path));
 }