コード例 #1
0
    public bool IsShowNetProcess()
    {
        if (_NetProcess == null)
        {
            return(false);
        }

        return(0 < _NetProcess.GetProcessCount());
    }