예제 #1
0
        private void dumpLogBufferInfoToolStripMenuItem_Click(object sender, EventArgs e)
        {
#if DEBUG
            if (CurrentLogWindow != null)
            {
                CurrentLogWindow.DumpBufferInfo();
            }
#endif
        }
예제 #2
0
        private void OnDumpLogBufferInfoToolStripMenuItemClick(object sender, EventArgs e)
        {
#if DEBUG
            CurrentLogWindow?.DumpBufferInfo();
#endif
        }