コード例 #1
0
 private void patternStatisticToolStripMenuItem_Click(object sender, EventArgs e)
 {
     if (CurrentLogWindow != null)
     {
         CurrentLogWindow.PatternStatistic();
     }
 }