Exemple #1
0
        /// <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();
        }
Exemple #2
0
 /// <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);
 }
Exemple #3
0
 /// <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);
 }