home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Active Guide 2009 June
/
CAG06.ISO
/
Programos
/
TwonkyMediaManagerSetupStandard.exe
/
MediaManager
/
English.swf
/
scripts
/
mx
/
modules
/
ModuleBase.as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2010-02-09
|
347 b
|
19 lines
package mx.modules
{
import flash.events.EventDispatcher;
import mx.core.mx_internal;
use namespace mx_internal;
public class ModuleBase extends EventDispatcher
{
mx_internal static const VERSION:String = "3.0.0.0";
public function ModuleBase()
{
super();
}
}
}