公告板
版本库
filestore
活动
搜索
登录
韦秀桡
/
HdlToLc
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'master' of http://172.16.1.23:6688/r/~wxr/HdlToLc
hxb
2022-11-24
9d7d3963cc54eb145c1767f5f124f2881e8e06d4
[~wxr/HdlToLc.git]
/
AndroidOpenDemo
/
DeviceAddModule
/
src
/
main
/
java
/
com
/
mm
/
android
/
deviceaddmodule
/
mobilecommon
/
eventbus
/
event
/
CloseProgressWindow.java
1
2
3
4
5
6
7
8
9
package com.mm.android.deviceaddmodule.mobilecommon.eventbus.event;
public class CloseProgressWindow extends BaseEvent {
public CloseProgressWindow(String code) {
super(code);
}
}