Example #1
0
		string GetSvcUtilPath()
		{
			var path = new SvcUtilPath();
			if (!path.Exists) {
				DisplaySvcUtilNotFoundMessage();
			}
			return path.FileName;
		}
        string GetSvcUtilPath()
        {
            var path = new SvcUtilPath();

            if (!path.Exists)
            {
                DisplaySvcUtilNotFoundMessage();
            }
            return(path.FileName);
        }