home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Active Guide 2009 June
/
CAG06.ISO
/
Programos
/
TwonkyMediaManagerSetupStandard.exe
/
MediaManager
/
Japanese.swf
/
scripts
/
mx
/
modules
/
ModuleManagerGlobals.as
< prev
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
|
226 b
|
14 lines
package mx.modules
{
public class ModuleManagerGlobals
{
public static var managerSingleton:Object = null;
public function ModuleManagerGlobals()
{
super();
}
}
}