update
This commit is contained in:
@@ -129,19 +129,10 @@ namespace Maser.Feanor.Model
|
||||
{
|
||||
get
|
||||
{
|
||||
// \\silicium\projects\2008\P080104\sub1
|
||||
// Z:\projects\2008\P080104\sub1
|
||||
Int32 Year = (Int32)Math.Floor((double)_ProjectID / 10000) + 2000;
|
||||
return String.Format("\\\\silicium\\projects\\{0}\\P{1:000000}\\sub{2}", Year, _ProjectID, _SubProject);
|
||||
return String.Format("Z:\\projects\\{0}\\P{1:000000}\\sub{2}", Year, _ProjectID, _SubProject);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user