Beispiel #1
0
 public void JSONLogWndClosed()
 {
     _logWnd = null;
 }
Beispiel #2
0
        private void showJsonLogToolStripMenuItem_Click(object sender, EventArgs e)
        {
            if (_logWnd == null)
                _logWnd = new FormJSONLog(this, _logLastJSON);

            _logWnd.Show();
        }