Added format for Flex procedures

This commit is contained in:
John Jenko 2014-05-19 20:37:59 +00:00
parent b6cf059c5d
commit 34dbe75fca
3 changed files with 4 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@ -611,6 +611,10 @@ namespace fmtxml
CopyFormat("hlpfsgall.xml"); CopyFormat("hlpfsgall.xml");
CopySVG("hlpfsg.svg"); CopySVG("hlpfsg.svg");
// Comanche Peak Flex Format
CopyFormat("ComPeakFlexall.xml");
CopySVG("ComPeakFlex.svg");
MyStatus = string.Format("Copied Developed Formats/Genmacs {0:F3} seconds", TimeSpan.FromTicks(DateTime.Now.Ticks - tStart.Ticks).TotalSeconds); 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'"); MessageBox.Show("DONE Copy Developed Formats/Genmacs - Results are in " + tbResultPath.Text + @"fmtall' and 'genmacall'");
} }