SourceCode/PROMS/fmtxml/PlantSpecific_Gen.cs
Kathy 22ad34c24e column for cautions/notes
added call to genfmt fix
2014-01-03 15:52:19 +00:00

29 lines
462 B
C#

using System;
using System.Collections.Generic;
using System.Text;
using System.Xml;
namespace fmtxml
{
public partial class FmtFileToXml
{
private void AddGENfmt(ref FormatData fmtdata) // Catawba
{
fmtdata.SectData.StepSectionData.StpSectLayData.ColT = -3;
}
}
public partial class FmtToXml
{
private void AddGENPage(ref PageStyles pgstyles)
{
}
}
public partial class RtfToSvg
{
private void AddGEN(XmlDocument myDoc)
{
}
}
}