private void button1_Click(object sender, EventArgs e) { Toptancilar toptancilar = new Toptancilar(); toptancilar.Show(); this.Hide(); }
private void toolStripButton5_Click(object sender, EventArgs e) { Toptancilar toptancilar = new Toptancilar(); toptancilar.Show(); }