Zbiór zmian 838 dla branches/Emisje/TruckExpoCDN/ExportForm.cs
- Data:
- 2009-09-30 15:49:14 (17 years ago)
- Lokalizacja:
- branches/Emisje
- Pliki:
-
- 2 zmodyfikowane
-
. (zmodyfikowane) (1 prop)
-
TruckExpoCDN/ExportForm.cs (zmodyfikowane) (6 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
branches/Emisje
- Property svn:mergeinfo
-
old new 1 /branches/AutoShopper:815-818 1 2 /branches/ReklamaReorganizacja:568-731 2 /trunk:774-810 3 /tags/BazaReklam_1.1.28:831 4 /trunk:774-837
-
- Property svn:mergeinfo
-
branches/Emisje/TruckExpoCDN/ExportForm.cs
r482 r838 48 48 private void ExportForm_Load(object sender, EventArgs e) 49 49 { 50 refresh();51 } 52 53 private void refresh()50 RefreshView(); 51 } 52 53 private void RefreshView() 54 54 { 55 55 fAKTURYTableAdapter.FillByNotExported(eXPODataSet.FAKTURY); … … 133 133 { 134 134 transaction.Rollback(); 135 conn.Close(); 135 136 136 //Send Email 137 137 StringBuilder stringBuilder = new StringBuilder(); … … 139 139 stringBuilder.AppendLine("Szczegoly:"); 140 140 stringBuilder.AppendLine(exception.ToString()); 141 142 conn.Close(); 143 bazaReklamConn.Close(); 144 141 145 EmailSender.Send(stringBuilder.ToString()); 146 142 147 throw; 143 148 } … … 155 160 else 156 161 { 157 158 162 conn.Close(); 159 163 e.Cancel = true; … … 209 213 } 210 214 211 refresh();215 RefreshView(); 212 216 } 213 217 … … 224 228 if (!backgroundWorker1.IsBusy) 225 229 { 226 refresh();230 RefreshView(); 227 231 } 228 232 }
