使用C#编写程序,该程序将根据ID(txtBxNumber)在文本文件和富文本框中更新或创建新记录
fileName = txtBxFileNamePath.Text;
if (File.Exists(fileName))
{
if (txtBxDate.Text != null && txtBxNumber.Text != null && txtBxUnit.Text != null && txtBxUnitPrice.Text != null && txtBxShipTo.Text != null
...