private void piswBUTTON_Click(object sender, EventArgs e) { EKSUPNO_PSUGEIO PS = new EKSUPNO_PSUGEIO(); Hide(); PS.ShowDialog(); }
private void piswBUTTON_Click(object sender, EventArgs e) { EKSUPNO_PSUGEIO ps = new EKSUPNO_PSUGEIO(); Hide(); ps.Show(); }
private void backToMenu_Click(object sender, EventArgs e) { Hide(); EKSUPNO_PSUGEIO psm = new EKSUPNO_PSUGEIO(); psm.Show(); }
private void bpsugeio_Click(object sender, EventArgs e) { Hide(); EKSUPNO_PSUGEIO ep = new EKSUPNO_PSUGEIO(); ep.ShowDialog(); }
private void piswBUTTON_Click(object sender, EventArgs e) { if (back == 1) { EKSUPNO_PSUGEIO ek = new EKSUPNO_PSUGEIO(); Hide(); ek.ShowDialog(); } else { panelwifi.Visible = true; panelwifi.Location = new Point(4, 125); panelthermo.Visible = true; panelthermo.Location = new Point(4, 206); panelugrasia.Visible = true; panelugrasia.Location = new Point(4, 287); back = 1; Wifi_panel.Visible = false; panel5.Visible = false; panelUGRASIAS.Visible = false; } }
private void button1_Click(object sender, EventArgs e) { if (textB2.Text != "" && textB.Text != "" && textB3.Text != "" && textB4.Text != "" && textB5.Text != "" && textB6.Text != "" && textB7.Text != "") { if (panelCreditCard.Visible == true) { if (textCard1.Text != "" && textCard2.Text != "" && textCard3.Text != "" && textCard4.Text != "" && textCard5.Text != "") { panel1.Location = new Point(211, 335); panelCreditCard.Visible = false; if (MessageBox.Show("ΣΥΓΧΑΡΗΤΗΡΙΑ ΟΛΟΚΛΗΡΩΘΗΚΕ ΕΠΙΤΥΧΩΣ Η ΑΓΟΡΑ ΣΑΣ!" + "\n" + "ΘΑ ΣΑΣ ΕΡΘΕΙ ΕΝΗΜΕΡΩΤΙΚΟ ΜΗΝΥΜΑ ΣΤΟ ΣΧΕΤΙΚΟ EMAIL." + "\n" + "ΘΑ ΘΕΛΑΤΕ ΝΑ ΣΥΝΕΧΙΣΕΤΕ ΤΙΣ ΑΓΟΡΕΣ ΣΑΣ?", "ΤΟ ΚΑΤΑΣΤΗΜΑ ΣΑΣ ΕΥΧΑΡΙΣΤΕΙ ΓΙΑ ΤΗΝ ΠΡΟΤΙΜΗΣΗ!", MessageBoxButtons.YesNo, MessageBoxIcon.Question) == DialogResult.Yes) { Hide(); } else { EKSUPNO_PSUGEIO EK = new EKSUPNO_PSUGEIO(); Hide(); EK.ShowDialog(); } } else { MessageBox.Show("ΔΕΝ ΕΧΕΤΕ ΣΥΜΠΛΗΡΩΣΕΙ ΣΩΣΤΑ ΤΑ ΠΕΔΙΑ ΤΗΣ ΚΑΡΤΑΣ!"); } } else { MessageBox.Show("ΕΠΙΛΕΞΤΕ ΤΡΟΠΟ ΠΛΗΡΩΜΗΣ!"); } } else { MessageBox.Show("ΣΥΜΠΛΗΡΩΣΤΕ ΤΑ ΥΠΟΧΡΕΩΤΙΚΑ ΠΕΔΙΑ ΜΕ ΤΗΝ ΕΝΔΥΞΗ *" + "\n" + "ΓΙΑ ΝΑ ΣΥΝΕΧΙΣΕΤΕ ΤΗΝ ΑΓΟΡΑ ΣΑΣ!"); } }