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

  1. package mx.styles
  2. {
  3.    public interface IStyleModule
  4.    {
  5.       function unload() : void;
  6.    }
  7. }
  8.  
  9.