Beispiel #1
0
 public ExtendedFileInfo(System.IO.FileInfo fi, DBManager dbManager)
 {
     _fi        = fi;
     _dbManager = dbManager;
 }