Ejemplo n.º 1
0
 public void ShowInfo()
 {
     if (SbInfo != null)
     {
         txtParaInfo.Text = SbInfo.ToString();
     }
 }
Ejemplo n.º 2
0
 private void txtOutFile_TextChanged(object sender, EventArgs e)
 {
     SbInfo.AppendLine(txtOutFile.Text);
     ShowInfo();
 }