Ejemplo n.º 1
0
        private void editLibrary_Click(object sender, EventArgs e)
        {
            editLibrary form = new editLibrary(selectedTable, getTableAttributes(), this);

            form.Show();
        }
Ejemplo n.º 2
0
 public renameTable(String currentTableName, editLibrary editLibrary)
 {
     InitializeComponent();
     this.currentTableName = currentTableName;
     this.editLibrary      = editLibrary;
 }