This commit is contained in:
Wesley Hofman
2025-08-29 17:28:56 +02:00
parent 6a44bd4fd2
commit 07753f3984
26 changed files with 220 additions and 92 deletions

View File

@@ -110,7 +110,7 @@ namespace Maser.Feanor.Model
{
get
{
return String.Format("\\\\silicium\\quality-calibration-service\\{0:00000}", _mIDS);
return String.Format("Z:\\inventory\\{0:00000}", _mIDS);
}
}
}