windows form'da 4 tane textbox ve 1 tane de button oluşturdum, 3 textbox a string bir tanesinede integer alıyorum (int.Parse(textbox1.Text)) şeklinde.
button a tıkladığım zamn :
this.TextBox2.Clear();
this.TextBox3.Clear();
this.TextBox4.Clear();
bunlar oluyor ama textBox1.Clear için exceptionhandling error veriyor..Ne yapmalıyım nasıl temizleyecem textbox'ı???