This commit is contained in:
@@ -853,7 +853,12 @@ namespace VEPROMS
|
||||
if (!_Initializing)
|
||||
_SectionConfig.Section_PrintHdr = isEditable ? "Y" : "N";
|
||||
}
|
||||
|
||||
private void ppCbAutoIndent_CheckedChanged(object sender, EventArgs e)
|
||||
{
|
||||
bool isEditable = ppCbAutoIndent.Checked;
|
||||
if (!_Initializing)
|
||||
_SectionConfig.SubSection_AutoIndent = isEditable ? "Y" : "N";
|
||||
}
|
||||
private void ppCbIncTOC_CheckedChanged(object sender, EventArgs e)
|
||||
{
|
||||
bool isInToc = ppCbIncTOC.Checked;
|
||||
|
Reference in New Issue
Block a user