btnToggleEditView_Click moved from DEBUG IFDEF

so that Release version will build
This commit is contained in:
Rich 2009-07-30 19:07:13 +00:00
parent 340a11d14a
commit cf8813cb83

View File

@ -598,13 +598,13 @@ namespace Volian.Controls.Library
OutputAllChildren(itm);
}
#endif
private void btnToggleEditView_Click(object sender, EventArgs e)
{
MyStepRTB.ToggleEditView();
}
#endif
#endregion
}
public enum E_FieldToEdit { StepText, Text, Number };