This commit is contained in:
Kathy Ruffing 2013-01-21 13:44:24 +00:00
parent a8d351bfc2
commit fe93c5427b
3 changed files with 12 additions and 0 deletions

View File

@ -598,6 +598,12 @@ namespace fmtxml
FileInfo fi2 = new FileInfo("wstcklall.xml");
fi2.CopyTo(tbResultPath.Text + @"fmtall\wstcklall.xml", true);
}
if (File.Exists("wstalrall.xml"))
{
FileInfo fi2 = new FileInfo("wstalrall.xml");
fi2.CopyTo(tbResultPath.Text + @"fmtall\wstalrall.xml", true);
}
if (File.Exists("wst1.svg"))
{
@ -615,6 +621,12 @@ namespace fmtxml
FileInfo fi2 = new FileInfo("wstckl.svg");
fi2.CopyTo(tbResultPath.Text + @"genmacall\wstckl.svg", true);
}
if (File.Exists("wstalr.svg"))
{
FileInfo fi2 = new FileInfo("wstalr.svg");
fi2.CopyTo(tbResultPath.Text + @"genmacall\wstalr.svg", true);
}
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'");

BIN
PROMS/fmtxml/WSTALRall.xml Normal file

Binary file not shown.

BIN
PROMS/fmtxml/wstalr.svg Normal file

Binary file not shown.