コード例 #1
0
 private void editarToolStripMenuItem_Click(object sender, EventArgs e)
 {
     ComunidadesForms.ServiciosForms.FormInsertarCategoria nueva = new ComunidadesForms.ServiciosForms.FormInsertarCategoria(this, dataGridViewCategorias.SelectedRows[0].Cells[0].Value.ToString());
     nueva.Show();
 }
コード例 #2
0
 private void buttonAddCategoria_Click(object sender, EventArgs e)
 {
     ComunidadesForms.ServiciosForms.FormInsertarCategoria nueva = new ComunidadesForms.ServiciosForms.FormInsertarCategoria(this);
     nueva.Show();
 }