不知道lz想要怎么实现.
string x= "-";//如果输入的是"-"
if("-" ==x)
textbox1.Text = textbox1.Text+x;
else if("+" ==x)
textbox1.Text= textbox1.Text;