コード例 #1
0
ファイル: Form1.cs プロジェクト: adan-itsz/bibiloteca
        private void btnRegistro_Click(object sender, EventArgs e)
        {
            RegistroLibros r = new RegistroLibros();

            r.ShowDialog();
        }
コード例 #2
0
ファイル: Form1.cs プロジェクト: adan-itsz/bibiloteca
 private void btnRegistro_Click(object sender, EventArgs e)
 {
     RegistroLibros r = new RegistroLibros();
     r.ShowDialog();
 }