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