TpTrayUtility.Components.DashboardManager.GetFilePath C# (CSharp) Метод

GetFilePath() приватный статический Метод

private static GetFilePath ( string filePath ) : string
filePath string
Результат string
		private static string GetFilePath(string filePath)
		{
			return Path.Combine(AppDomain.CurrentDomain.SetupInformation.ApplicationBase, filePath);
		}