예제 #1
0
파일: Form1.cs 프로젝트: ontckr/LibYourself
        private void editLibrary_Click(object sender, EventArgs e)
        {
            editLibrary form = new editLibrary(selectedTable, getTableAttributes(), this);

            form.Show();
        }
예제 #2
0
 public renameTable(String currentTableName, editLibrary editLibrary)
 {
     InitializeComponent();
     this.currentTableName = currentTableName;
     this.editLibrary      = editLibrary;
 }