Exemple #1
0
 private Icon GetLargeIcon(string file)
 {
     return(ShellEx.GetIconFromPath(file, ShellEx.IconSizeEnum.LargeIcon48));
 }
Exemple #2
0
 private Icon GetSmallIcon(string file)
 {
     return(ShellEx.GetIconFromPath(file, ShellEx.IconSizeEnum.SmallIcon16));
 }