Cgw.Common.ServiceRun.ServiceRun C# (CSharp) Method

ServiceRun() public method

构造函数
public ServiceRun ( ServiceInit init, string Name ) : System
init ServiceInit 服务初始化类
Name string 服务的名字
return System
        public ServiceRun(ServiceInit init, string Name)
        {
            this.SmcInit = init;
            this.InitializeComponent(Name);
        }