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

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