mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-10 10:15:04 +00:00
cleanup
This commit is contained in:
@@ -25,11 +25,7 @@ namespace ICD.Common.Utils
|
||||
[PublicAPI]
|
||||
public static string ProgramPath
|
||||
{
|
||||
get
|
||||
{
|
||||
string directoryName = string.Format("Program{0}", ProgramUtils.ProgramNumber);
|
||||
return Join(RootPath, directoryName);
|
||||
}
|
||||
get { return IcdDirectory.GetApplicationDirectory(); }
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user