private void buttonDodaj_Click(object sender, EventArgs e) { buttonActive.active = false; FormAktor newFormAktor = new FormAktor(); newFormAktor.Show(); }
private void nowyAktorToolStripMenuItem_Click(object sender, EventArgs e) { buttonActive.active = false; FormAktor newFormAktor = new FormAktor(); newFormAktor.Show(); }
private void buttonEdytuj_Click(object sender, EventArgs e) { dataContainer.index = dataGridView1.CurrentCell.RowIndex; int i = dataContainer.index; //licznik.liczba = AktorList[i].Wypozyczonych; buttonActive.active = true; FormAktor newFormAktor = new FormAktor(); newFormAktor.Show(); }