예제 #1
0
        private void button1_Click(object sender, EventArgs e)
        {
            Biblioteca biblioteca = new Biblioteca();

            biblioteca.Show();
        }
예제 #2
0
 public Form1()
 {
     InitializeComponent();
     b = new Biblioteca();
 }