Exemplo n.º 1
0
 private void applicationLogToolStripMenuItem_Click(object sender, EventArgs e)
 {
     logForm.OpenLogPath(logger.LogPath);
 }
Exemplo n.º 2
0
 void ShowLog()
 {
     logForm.OpenLogPath("");
     logForm.Visible = true;
 }