Cgw.SmcError.ResHelper.Instance C# (CSharp) Méthode

Instance() public static méthode

单例模式实例
public static Instance ( ) : ResHelper
Résultat ResHelper
        public static ResHelper Instance()
        {
            if (resInstance == null)
            {
                resInstance = new ResHelper();
            }

            return resInstance;
        }