GitUI.CommandsDialogs.FormBrowse.OnClosing C# (CSharp) Method

OnClosing() protected method

protected OnClosing ( System e ) : void
e System
return void
        protected override void OnClosing(System.ComponentModel.CancelEventArgs e)
        {
            base.OnClosing(e);
            if (_dashboard != null)
                _dashboard.SaveSplitterPositions();
        }
FormBrowse