Exemplo n.º 1
0
 private void exportLogFileToolStripMenuItem_Click(object sender, EventArgs e)
 {
     Tools.ExportLog(Text, lstLog.Items);
 }