コード例 #1
0
ファイル: Resources.cs プロジェクト: Gigawiz/RipLeech
 public Resources(Assembly target)
 {
     _bitmaps = new Bitmaps(target);
      _icons   = new Icons(target);
      _sounds  = new Sounds(target);
 }
コード例 #2
0
ファイル: Resources.cs プロジェクト: Gigawiz/RipLeech
 public Resources(Assembly target)
 {
     _bitmaps = new Bitmaps(target);
     _icons   = new Icons(target);
     _sounds  = new Sounds(target);
 }