Exemplo n.º 1
0
 private void button4_Click(object sender, EventArgs e)
 {
     array++;
     array.Show(dataGridView1);
 }
Exemplo n.º 2
0
 private void Button5_Click(object sender, EventArgs e)
 {
     array.Scal = 5;
     array.Show(dataGridView1);
 }