private void button3_Click(object sender, EventArgs e) { StokEkleMetodu(); textBox1.Text = ""; textBox2.Text = ""; textBox3.Text = ""; textBox4.Text = ""; textBox5.Text = ""; textBox6.Text = ""; textBox7.Text = ""; textBox8.Text = ""; Stok s = new Stok(); s.Show(); }
private void button3_Click(object sender, EventArgs e) { Stok s = new Stok(); s.Show(); }