private void profileUpdateBtn_Click(object sender, EventArgs e)
        {
            ProfileUpdate Pupdate = new ProfileUpdate();

            Pupdate.Show();
            this.Hide();
        }
Example #2
0
        private void profileBtn_Click(object sender, EventArgs e)
        {
            ProfileUpdate eskiform1 = new ProfileUpdate();

            eskiform1.Close();
            UserProfile yeniform1 = new UserProfile();

            yeniform1.Show();

            this.Hide();
        }
Example #3
0
        private void paymentListBtn_Click(object sender, EventArgs e)
        {
            ProfileUpdate eskiform = new ProfileUpdate();

            eskiform.Close();
            PaymentList yeniform = new PaymentList();

            yeniform.Show();

            this.Hide();
        }
Example #4
0
        private void aioChatBtn_Click(object sender, EventArgs e)
        {
            ProfileUpdate form1 = new ProfileUpdate();

            form1.Close();
            CustomerChatPage f2 = new CustomerChatPage();

            f2.Show();

            this.Hide();
        }
Example #5
0
        private void closeBtn_Click(object sender, EventArgs e)
        {
            ProfileUpdate f1 = new ProfileUpdate();

            f1.Close();
            UserProfile f2 = new UserProfile();

            f2.Show();

            this.Hide();
        }