home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PCGUIA 2010 Software/Programs
/
PCGuia_programas.iso
/
Software
/
Utils
/
Livebrush
/
Install-LivebrushLite.air
/
livebrush.swf
/
scripts
/
com
/
livebrush
/
ui
/
CloseButton.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
|
2009-10-26
|
222 b
|
14 lines
package com.livebrush.ui
{
import flash.display.SimpleButton;
public dynamic class CloseButton extends SimpleButton
{
public function CloseButton()
{
super();
}
}
}