This commit is contained in:
parent
a024ae34d2
commit
3c9ff55061
@ -586,7 +586,7 @@ namespace VEPROMS.CSLA.Library
|
|||||||
}
|
}
|
||||||
private static string GetFileName(ItemInfo sect)
|
private static string GetFileName(ItemInfo sect)
|
||||||
{
|
{
|
||||||
string fileName = "Doc " + sect.MyContent.MyEntry.DocID.ToString(); // +" " + (sect.DisplayNumber == "" ? sect.DisplayText : sect.DisplayNumber);
|
string fileName = VlnSettings.TemporaryFolder + @"\Doc " + sect.MyContent.MyEntry.DocID.ToString(); // +" " + (sect.DisplayNumber == "" ? sect.DisplayText : sect.DisplayNumber);
|
||||||
return fileName;
|
return fileName;
|
||||||
}
|
}
|
||||||
private static RectangleF CreatePlot(string pngFile, string xyPlot, float resolution, System.Windows.Forms.Form myForm)
|
private static RectangleF CreatePlot(string pngFile, string xyPlot, float resolution, System.Windows.Forms.Form myForm)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user