Zbiór zmian 37 dla Baza Reklam 2 - Faktury/FacturesFormNEW.cs
- Data:
- 2008-12-30 21:16:18 (17 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
Baza Reklam 2 - Faktury/FacturesFormNEW.cs (zmodyfikowane) (4 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
Baza Reklam 2 - Faktury/FacturesFormNEW.cs
r28 r37 490 490 { 491 491 DataRowView row = (DataRowView)VIEW_ZESTAWIENIE_FAKTUR_NOWEBindingSource.Current; 492 492 493 493 int custID = Convert.ToInt32(row["ID_NABYWCY"]); 494 495 494 ClientsForm.getClientsForm((MDIBazaReklam)this.MdiParent).pokazKlienta(custID); 496 495 … … 498 497 499 498 ClientsForm.getClientsForm((MDIBazaReklam)this.MdiParent).Show(); 500 501 499 } 502 500 } … … 512 510 kodRozliczeniowyToolStripTextBox.Text = User.getUser().Kod_agenta; 513 511 } 514 515 516 512 } 517 513 … … 538 534 != Convert.ToDecimal(r.Cells["sumaNettoZEmisji"].Value)) 539 535 { 540 r.DefaultCellStyle.ForeColor = Color. Red;536 r.DefaultCellStyle.ForeColor = Color.DarkSlateBlue; 541 537 } 542 538 }
