14 lines
314 B
XML
14 lines
314 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<AppData>
|
|
|
|
<!--预加载模块 要在app.xml的Data标签内-->
|
|
<PreLoad>
|
|
<Action type="Parallel">
|
|
<Action type="LoadRes" value="Study.xml" resType="xml"></Action>
|
|
<Action type="LoadRes" value="Exam.xml" resType="xml"></Action>
|
|
</Action>
|
|
</PreLoad>
|
|
|
|
|
|
|
|
</AppData> |