Beispiel #1
0
 private void bt_IniciaBanco_Click(object sender, EventArgs e)
 {
     _acessoBanco = new AcessoBanco(true, txtBox_nomeBanco.Text);
     _acessoBanco.IniciaBanco();
 }
Beispiel #2
0
 public Form1()
 {
     _acessoBanco = new AcessoBanco(true, "eCoworking");
     _acessoBanco.IniciaBanco();
     InitializeComponent();
 }