This commit is contained in:
parent
a8d351bfc2
commit
fe93c5427b
@ -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
BIN
PROMS/fmtxml/WSTALRall.xml
Normal file
Binary file not shown.
BIN
PROMS/fmtxml/wstalr.svg
Normal file
BIN
PROMS/fmtxml/wstalr.svg
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user