Ejemplo n.º 1
0
        private void dumpBufferDiagnosticToolStripMenuItem_Click(object sender, EventArgs e)
        {
#if DEBUG
            if (CurrentLogWindow != null)
            {
                CurrentLogWindow.DumpBufferDiagnostic();
            }
#endif
        }
Ejemplo n.º 2
0
        private void OnDumpBufferDiagnosticToolStripMenuItemClick(object sender, EventArgs e)
        {
#if DEBUG
            CurrentLogWindow?.DumpBufferDiagnostic();
#endif
        }