公告板
版本库
filestore
活动
搜索
登录
main
/
zhengcaioa
政采招标oa系统
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
如果客户资料中有“*”的内容,生产文书时自动填上,质疑单位默认填写客户名称,可修改
username@email.com
2022-02-25
c60a7d7b29faba465969555e2a9c69acb8510f90
[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);
}
}
}