- Data:
- 2009-08-25 10:40:33 (17 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
branches/AutoShopper/BazaReklam/ProductionForm.cs (zmodyfikowane) (1 diff)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
branches/AutoShopper/BazaReklam/ProductionForm.cs
r745 r817 457 457 foreach (Reklama reklama in lista) 458 458 { 459 if (r["id reklamy"].ToString().ToLower().Contains(reklama.nrRek.ToLower())) 459 if (!r["id reklamy"].ToString().ToLower().Contains(reklama.nrRek.ToLower())) continue; 460 461 short test; 462 463 if (reklama.costam.Count <= 1) continue; 464 465 bool result = Int16.TryParse(reklama.costam[1], out test); 466 if (result) 460 467 { 461 short test; 462 bool result = Int16.TryParse(reklama.costam[1], out test); 463 464 // r["strona"] = Convert.ToInt16(); 465 466 if (result) 467 { 468 r["strona"] = test; 469 reklama.wpisana = true; 470 } 468 r["strona"] = test; 469 reklama.wpisana = true; 471 470 } 472 471 }
