- Pliki:
-
- 1 zmodyfikowane
-
Baza Reklam 2 - Faktury/PaymentForm2.cs (zmodyfikowane) (5 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
Baza Reklam 2 - Faktury/PaymentForm2.cs
r11 r28 29 29 private void PaymentForm_Load(object sender, EventArgs e) 30 30 { 31 32 this.rEKLAMADataSet.Wplaty.Constraints.Remove("FAKTURY_Wplaty"); 33 31 34 wplatyTableAdapter.Connection.ConnectionString = ConnString.getConnString().Value; 32 35 VIEW_ZESTAWIENIE_FAKTUR_NOWETableAdapter.Connection.ConnectionString = ConnString.getConnString().Value; … … 40 43 row["idZamowienia"] = this.rEKLAMADataSet.VIEW_ZESTAWIENIE_FAKTUR_NOWE[0].idZamowienia; 41 44 wplatyBindingSource.EndEdit(); 42 43 dATA_ZAP£ATYDateTimePicker.Value = DateTime.Today;44 45 } 45 46 else … … 51 52 private void dodajButton_Click(object sender, EventArgs e) 52 53 { 54 /* 53 55 if ((sYMBOL_POTWIERDZENIATextBox.Text == "") | (rODZAJ_POTWIERDZENIAComboBox.SelectedIndex == -1)) 54 56 { … … 62 64 this.wplatyTableAdapter.Update(this.rEKLAMADataSet.Wplaty); 63 65 this.idWplaty = rEKLAMADataSet.Wplaty[0].idWplaty; 66 */ 64 67 this.DialogResult = DialogResult.OK; 65 68 } … … 69 72 this.DialogResult = DialogResult.Cancel; 70 73 } 71 72 74 } 73 75 }
