private void OpenExtendedMessageBox(string FWhatToOpen)
        {
            TFrmUnhandledExceptionLogFileDialog UHELFDialogue;

            UHELFDialogue = new TFrmUnhandledExceptionLogFileDialog(this);
            UHELFDialogue.WhatToOpen = FWhatToOpen;
            UHELFDialogue.ShowDialog();

            /* get UnhandledExceptionLogFile Dialogue out of memory */
            UHELFDialogue.Dispose();
        }
Beispiel #2
0
        private void OpenExtendedMessageBox(string FWhatToOpen)
        {
            TFrmUnhandledExceptionLogFileDialog UHELFDialogue;

            UHELFDialogue            = new TFrmUnhandledExceptionLogFileDialog(this);
            UHELFDialogue.WhatToOpen = FWhatToOpen;
            UHELFDialogue.ShowDialog();

            /* get UnhandledExceptionLogFile Dialogue out of memory */
            UHELFDialogue.Dispose();
        }