private void pbLog_Click(object sender, EventArgs e) { LogPage lp = new LogPage(sb.ToString()); lp.Show(); }