基线 SVN r240
SVN-Revision: r240
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
using System;
|
||||
/******************************
|
||||
* 说明:附件上传下载入口类
|
||||
* 创建人:龚宇超
|
||||
* 创建日期:2018-01-22
|
||||
* 修改人:
|
||||
* 修改日期:
|
||||
* 修改备注:
|
||||
* 版本:1.0.0.0
|
||||
******************************/
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using Lskj.Control;
|
||||
|
||||
namespace Lskj.Attach.Client.Model
|
||||
{
|
||||
public class ClientManager
|
||||
{
|
||||
/// <summary>
|
||||
/// <para>说明:初始化上传下载窗口</para>
|
||||
/// <para>创建人:龚宇超</para>
|
||||
/// <para>创建日期:2018-01-22 </para>
|
||||
/// <para>修改人:</para>
|
||||
/// <para>修改日期:</para>
|
||||
/// <para>修改备注:</para>
|
||||
/// <para>版本:1.0</para>
|
||||
/// </summary>
|
||||
/// <param name="args">The arguments.</param>
|
||||
public static void InitForm(string[] args)
|
||||
{
|
||||
string param = args[0].Replace("^^", " ");
|
||||
|
||||
ParamFormatter.ParseParams(param);
|
||||
|
||||
if (!ParamFormatter.ParseResult)
|
||||
{
|
||||
MessageUtil.Show("无效参数,请检查." + args);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user