/// <remarks> /// Note that this method should not be confused with Form.Close(). /// Be sure to deal with a compile-time instance of type IDesigner /// to invoke this method. /// </remarks> void IDesigner.Show() { UpdateTitle(); Dataphoria.AttachForm(this); // HACK: Don't know why, but for some reason, setting the MDIParent of this form collapses the nodes tree. FNodesTree.ExpandAll(); }
/// <remarks> /// Note that this method should not be confused with Form.Close(). /// Be sure to deal with a compile-time instance of type IDesigner /// to invoke this method. /// </remarks> void Dataphor.Dataphoria.Designers.IDesigner.Show() { UpdateTitle(); Dataphoria.AttachForm(this); }
/// <remarks> /// Note that this method should not be confused with Form.Close(). /// Be sure to deal with a compile-time instance of type IDesigner /// to invoke this method. /// </remarks> void IDesigner.Show() { Dataphoria.AttachForm(this); }