Example #1
0
        protected override void OnClosing(System.ComponentModel.CancelEventArgs e)
        {
            base.OnClosing(e);

            Extensoes.Layout(this, false);
        }
Example #2
0
        protected override void OnLoad(System.EventArgs e)
        {
            base.OnLoad(e);

            Extensoes.Layout(this, true);
        }