void AccederNota(Object s, System.EventArgs h) { //NotasForm notas = new NotasForm(); //notas.ShowDialog(); Console.WriteLine(Titulo.Text); NotasForm notas = new NotasForm(); }
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(); }
void AccederNota(Object s, System.EventArgs h) { Console.WriteLine(Titulo.Text); NotasForm notas = new NotasForm(); }