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); OutputAllChildren(itm);
} }
#endif
private void btnToggleEditView_Click(object sender, EventArgs e) private void btnToggleEditView_Click(object sender, EventArgs e)
{ {
MyStepRTB.ToggleEditView(); MyStepRTB.ToggleEditView();
} }
#endif
#endregion #endregion
} }
public enum E_FieldToEdit { StepText, Text, Number }; public enum E_FieldToEdit { StepText, Text, Number };