public override bool ReinitWithArguments(GrtValue value) { InitializingControls = true; SuspendLayout(); try { Backend = new MySQL.Grt.LayerEditorWrapper(GrtManager, value); RefreshFormData(); } finally { ResumeLayout(); InitializingControls = false; } Invalidate(); return(true); }
public override bool ReinitWithArguments(GrtValue value) { InitializingControls = true; SuspendLayout(); try { Backend = new MySQL.Grt.LayerEditorWrapper(GrtManager, value); RefreshFormData(); } finally { ResumeLayout(); InitializingControls = false; } Invalidate(); return true; }