ARCed.UI.DockPanel.MdiClientController.MdiClientLayout C# (CSharp) Méthode

MdiClientLayout() private méthode

private MdiClientLayout ( object sender, System.Windows.Forms.LayoutEventArgs e ) : void
sender object
e System.Windows.Forms.LayoutEventArgs
Résultat void
            private void MdiClientLayout(object sender, LayoutEventArgs e)
            {
                this.OnLayout(e);
            }