public bool IsShowNetProcess() { if (_NetProcess == null) { return(false); } return(0 < _NetProcess.GetProcessCount()); }