public Resources(Assembly target) { _bitmaps = new Bitmaps(target); _icons = new Icons(target); _sounds = new Sounds(target); }