Ejemplo n.º 1
0
    public override bool isParamValid()
    {
        if (!base.isParamValid())
        {
            return(false);
        }

        if (m_gen.count() == 0) // 没有可以更新的信息
        {
            return(false);
        }

        return(true);
    }