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