📄 isetenabled.as
字号:
package Api
{
import HFSoftFx.HttpBase;
import mx.core.Application;
public class ISetEnabled extends HttpBase
{
public function ISetEnabled( doc:Application, method:String="get", result:Function=null)
{
super("setenabled", doc, method, result);
}
public var UserName:Array = new Array();
public var Enabled:Boolean;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -