home *** CD-ROM | disk | FTP | other *** search
/ Computer Active Guide 2009 June / CAG06.ISO / Programos / TwonkyMediaManagerSetupStandard.exe / MediaManager / English.swf / scripts / mx / resources / IResourceModule.as < prev    next >
Encoding:
Text File  |  2010-02-09  |  126 b   |  9 lines

  1. package mx.resources
  2. {
  3.    public interface IResourceModule
  4.    {
  5.       function get resourceBundles() : Array;
  6.    }
  7. }
  8.  
  9.