private Icon GetLargeIcon(string file) { return(ShellEx.GetIconFromPath(file, ShellEx.IconSizeEnum.LargeIcon48)); }
private Icon GetSmallIcon(string file) { return(ShellEx.GetIconFromPath(file, ShellEx.IconSizeEnum.SmallIcon16)); }