Facebook
From Cute Mosquito, 7 Years ago, written in C#.
Embed
Download Paste or View Raw
Hits: 265
  1.         private void button3_Click(object sender, EventArgs e) {
  2.             Reset();
  3.         }
  4.  
  5.         private void Reset() {
  6.             dataGridView1.Rows.Clear();
  7.             dataGridView1.Visible = false;
  8.  
  9.             textDolna.Text = "";
  10.             textGorna.Text = "";
  11.             textZmienna.Text = "";
  12.             textPrzyrost.Text = "";
  13.             textWartoscFunkcji.Text = "";
  14.         }