Example #1
0
 private void button3_Click(object sender, EventArgs e)
 {
     FORM.BdEdit bdedit = new FORM.BdEdit();
     bdedit.Show();
 }
Example #2
0
 public CreateDB(FORM.BdEdit bdedit)
 {
     this._bdedit = bdedit;
     _tableData   = new DB.TableData(_bdedit);
     _tableOnline = new DB.TableOnline(_bdedit);
 }
Example #3
0
        /// <summary>
        /// Имена столбцей таблицы онлайн
        /// </summary>



        public TableOnline(FORM.BdEdit bdedit)
        {
            this._bdedit = bdedit;
        }
Example #4
0
 public TableData(FORM.BdEdit bdedit)
 {
     this._bdedit = bdedit;
 }