blob: 74e997814ae05f6d1273b3c4fc36ec0c60a5ed9e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<?php
/**
* TActiveImageButton class file.
*
* @author Wei Zhuo <weizhuo[at]gamil[dot]com>
* @link http://www.pradosoft.com/
* @copyright Copyright © 2006 PradoSoft
* @license http://www.pradosoft.com/license/
* @version $Revision: $ : $
* @package System.Web.UI.ActiveControls
*/
/**
* TActiveImageButton class.
*
* @author Wei Zhuo <weizhuo[at]gmail[dot]com>
* @version : $ Mon Jun 26 00:45:39 EST 2006 $
* @package System.Web.UI.ActiveControls
* @since 3.0
*/
class TActiveImageButton extends TImageButton implements IActiveControl, ICallbackEventHandler
{
}
?>
|