APG.CodeHelper.ExceptionHandler.MoreExceptionDialog.ISGBMoreExceptionDialog_Load C# (CSharp) Method

ISGBMoreExceptionDialog_Load() private method

private ISGBMoreExceptionDialog_Load ( object sender, EventArgs e ) : void
sender object
e EventArgs
return void
        private void ISGBMoreExceptionDialog_Load(object sender, EventArgs e)
        {
            propertyGrid1.SelectedObject = E;

            //ShowExceptionData();
        }