added hlpfsg

Initial
This commit is contained in:
Kathy Ruffing 2014-01-16 11:49:15 +00:00
parent be2f65d36a
commit 770b86f099
3 changed files with 5 additions and 2 deletions

View File

@ -608,8 +608,11 @@ namespace fmtxml
CopyFormat("fnpnmpall.xml");
CopySVG("fnpnmp.svg");
MyStatus = string.Format("Copied Westinghouse Format/Genmac {0:F3} seconds", TimeSpan.FromTicks(DateTime.Now.Ticks - tStart.Ticks).TotalSeconds);
MessageBox.Show("DONE Copy Westinghouse Format/Genmac - Results are in " + tbResultPath.Text + @"fmtall' and 'genmacall'");
CopyFormat("hlpfsgall.xml");
CopySVG("hlpfsg.svg");
MyStatus = string.Format("Copied Developed Formats/Genmacs {0:F3} seconds", TimeSpan.FromTicks(DateTime.Now.Ticks - tStart.Ticks).TotalSeconds);
MessageBox.Show("DONE Copy Developed Formats/Genmacs - Results are in " + tbResultPath.Text + @"fmtall' and 'genmacall'");
}
private void CopyFormat(string fileName)
{

BIN
PROMS/fmtxml/HLPFSGall.xml Normal file

Binary file not shown.

BIN
PROMS/fmtxml/hlpfsg.svg Normal file

Binary file not shown.