Exemple #1
0
 public Resources(Assembly target)
 {
     _bitmaps = new Bitmaps(target);
      _icons   = new Icons(target);
      _sounds  = new Sounds(target);
 }
Exemple #2
0
 public Resources(Assembly target)
 {
     _bitmaps = new Bitmaps(target);
     _icons   = new Icons(target);
     _sounds  = new Sounds(target);
 }