Exemplo n.º 1
0
        private void importLibraryToolStripMenuItem_Click(object sender, EventArgs e)
        {
            Forms.Libraries libs = new Forms.Libraries();
            try
            {
                libs.ShowDialog();
            }
            catch { }

        }
Exemplo n.º 2
0
 private void button4_Click(object sender, EventArgs e)
 {
     Forms.Libraries lib = new Forms.Libraries();
     lib.ShowDialog();
 }
Exemplo n.º 3
0
 private void button4_Click(object sender, EventArgs e)
 {
     Forms.Libraries lib = new Forms.Libraries();
     lib.ShowDialog();
 }