private void btnFirmaNo_Click(object sender, EventArgs e) { int id = f.FirmaBul(true); if (id > 0) { FirmaAc(id); } frmAnaSayfa.AktarmaI = -1; }