void AccederLibro(Object s, System.EventArgs h) { NotasForm notas = new NotasForm(); notas.ShowDialog(); Console.WriteLine(Nombre.Text); }
void AccederLibro(Object s, System.EventArgs h) { idLibroEstatico = idLibro; NombreStatico = Nombre.Text; NotasForm notas = new NotasForm(); notas.ShowDialog(); }