private void profileUpdateBtn_Click(object sender, EventArgs e) { ProfileUpdate Pupdate = new ProfileUpdate(); Pupdate.Show(); this.Hide(); }
private void profileBtn_Click(object sender, EventArgs e) { ProfileUpdate eskiform1 = new ProfileUpdate(); eskiform1.Close(); UserProfile yeniform1 = new UserProfile(); yeniform1.Show(); this.Hide(); }
private void paymentListBtn_Click(object sender, EventArgs e) { ProfileUpdate eskiform = new ProfileUpdate(); eskiform.Close(); PaymentList yeniform = new PaymentList(); yeniform.Show(); this.Hide(); }
private void aioChatBtn_Click(object sender, EventArgs e) { ProfileUpdate form1 = new ProfileUpdate(); form1.Close(); CustomerChatPage f2 = new CustomerChatPage(); f2.Show(); this.Hide(); }
private void closeBtn_Click(object sender, EventArgs e) { ProfileUpdate f1 = new ProfileUpdate(); f1.Close(); UserProfile f2 = new UserProfile(); f2.Show(); this.Hide(); }