赞
踩
原始代码
- <pre name="code" class="csharp">public static int startprocess(string SCHEDULERID)
- {
-
- if (SCHEDULERID.ToUpper() == "IVDBUPLOAD")
- {
- Dosth();
- }
- else if (SCHEDULERID.ToUpper() == "OMASIA") {
- Dosth();
-
- }
- else if (SCHEDULERID.ToUpper() == "IVDBPATCH")
- {
- Dosth();
-
- }
- else if (SCHEDULERID.ToUpper() == "ASIAPATCH")
- { Dosth();
- }
- else if (SCHEDULERID.ToUpper() == "OMEUR")
- {
- Dosth();
-
- }
- else if (SCHEDULERID.ToUpper() == "EURPATCH")
- { Dosth();
- }
- }
<
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。