Zbiór zmian 178
- Data:
- 2009-01-17 14:50:39 (17 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
trunk/BazaReklam/ZamowieniaForm.cs (zmodyfikowane) (3 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/BazaReklam/ZamowieniaForm.cs
r175 r178 315 315 316 316 wystawFakture(zamowienie, klient); 317 318 RestoreConnections(); 317 319 318 320 this.zamowieniaBindingSource.ResetBindings(false); … … 903 905 } 904 906 907 RestoreConnections(); 908 905 909 this.Cursor = Cursors.Default; 906 910 } … … 1424 1428 usunFakture((REKLAMADataSet.FAKTURYRow)rows[0]); 1425 1429 1430 RestoreConnections(); 1431 1426 1432 this.Cursor = Cursors.Default; 1427 1433 } 1434 } 1435 1436 private void RestoreConnections() 1437 { 1438 fAKTURYTableAdapter.Connection = new SqlConnection(ConnString.getConnString().Value); 1439 emisjeTableAdapter.Connection = new SqlConnection(ConnString.getConnString().Value); 1440 zamowieniaTableAdapter.Connection = new SqlConnection(ConnString.getConnString().Value); 1441 fakturyDetailsTableAdapter.Connection = new SqlConnection(ConnString.getConnString().Value); 1442 rEKLAMATableAdapter.Connection = new SqlConnection(ConnString.getConnString().Value); 1443 wplatyTableAdapter.Connection = new SqlConnection(ConnString.getConnString().Value); 1428 1444 } 1429 1445 }
