Exemplo n.º 1
0
 public MainForm()
 {
     InitializeComponent();
     presenter = new PresenterMain(this);
     ErrorDB();
 }
Exemplo n.º 2
0
 void IUpdateDataBaseMain.UpdateDataBaseMain()
 {
     ErrorDataBase = false;
     presenter     = new PresenterMain(this);
     ErrorDB();
 }