Beispiel #1
0
        private void BtnErrorDetails_Click(System.Object sender, System.EventArgs e)
        {
            TFrmUnhandledExceptionDetailsDialog UHEDDialogue;

            UHEDDialogue = new TFrmUnhandledExceptionDetailsDialog(this);
            UHEDDialogue.ErrorDetails = FErrorDetails;
            UHEDDialogue.ShowDialog();

            /* get UnhandledExceptionDetails Dialogue out of memory */
            UHEDDialogue.Dispose();
        }
        private void BtnErrorDetails_Click(System.Object sender, System.EventArgs e)
        {
            TFrmUnhandledExceptionDetailsDialog UHEDDialogue;

            UHEDDialogue = new TFrmUnhandledExceptionDetailsDialog(this);
            UHEDDialogue.ErrorDetails = FErrorDetails;
            UHEDDialogue.ShowDialog();

            /* get UnhandledExceptionDetails Dialogue out of memory */
            UHEDDialogue.Dispose();
        }