예제 #1
0
 private void toolStripMenuItemShowLog_Click(object sender, EventArgs e)
 {
     LogWindow log = new LogWindow(string.Format(@"{0}{1}", GlobalContext.Properties["LogName"], "fb2epubGUI.log"));
     log.Show(this);
 }
예제 #2
0
        private void toolStripMenuItemShowLog_Click(object sender, EventArgs e)
        {
            LogWindow log = new LogWindow(string.Format(@"{0}{1}", GlobalContext.Properties["LogName"], "fb2epubGUI.log"));

            log.Show(this);
        }