コード例 #1
0
ファイル: Form1.cs プロジェクト: vladimirventaniuc/.net
        private void button1_Click(object sender, EventArgs e)
        {
            Biblioteca biblioteca = new Biblioteca();

            biblioteca.Show();
        }
コード例 #2
0
 public Form1()
 {
     InitializeComponent();
     b = new Biblioteca();
 }