/* public void successful_entrance() * { * baglanti.Open(); * OracleCommand komutx = new OracleCommand(); * komutx.Connection = baglanti; * komutx.CommandText = "SELECT * FROM MUSTERİ_TABLOSU WHERE E_POSTA='" + eposta_texttbox.Text + "' AND SİFRE='" + password_textbox.Text + "'"; * OracleDataReader oku = komutx.ExecuteReader(); * if (oku.Read() == true) * { * baglanti.Close(); * mail_and_password_compliance = true; * sussesfull_eposta_text = eposta_texttbox.Text; * } * baglanti.Close(); * }*/ private void Signuppanel_label_Click(object sender, EventArgs e) { SignupPanel sp = new SignupPanel(); this.Hide(); sp.Show(); }
public Form1() { InitializeComponent(); StartPanel.Show(); SigninPanel.Hide(); SignupPanel.Hide(); }
private void Back_Click(object sender, EventArgs e) { StartPanel.Show(); SignupPanel.Hide(); }
private void Signup_Click(object sender, EventArgs e) { SignupPanel.Show(); }