公告板
版本库
filestore
活动
搜索
登录
main
/
zhengcaioa
政采招标oa系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
订单管理: 订单数量默认1 列表 订单类别 显示三级 收货人默认客户资料的收货人 订单批量打印 打印需要批量打印 回访:需要增加 接待人,回访情况,...
username@email.com
2021-07-09
fd865638a82d6691a7904ce1aaccff1e050c7c14
[zhengcaioa.git]
/
zhengcaioa
/
zhengcaioa
/
wwwroot
/
Scripts
/
Uploadify
/
com
/
adobe
/
protocols
/
dict
/
events
/
ConnectedEvent.as
1
2
3
4
5
6
7
8
9
10
11
12
13
14
package com.adobe.protocols.dict.events
{
import flash.events.Event;
import com.adobe.protocols.dict.Dict;
public class ConnectedEvent extends Event
{
public function ConnectedEvent()
{
super(Dict.CONNECTED);
}
}
}