CgwMonitorManage.SmcError.LicenseError.GetModelName C# (CSharp) Method

GetModelName() public method

取模块名称
public GetModelName ( ) : string
return string
        public override string GetModelName()
        {
            return this.GetType().Name;
        }