예제 #1
0
 private void VUser_Click(object sender, EventArgs e)
 {
     ViewUsersRequests.Show();
     hidebuttons();
     Action.Text = "Remove User";
     Reset.Text  = "Edit User";
     Action.Show();
     Reset.Show();
 }
예제 #2
0
        private void VRequest_Click(object sender, EventArgs e)
        {
            ViewUsersRequests.Show();
            hidebuttons();
            Action.Text = "Accept Request";
            Reset.Text  = "Decline Request";
            Action.Show();
            Reset.Show();

            //Shoof ht3mlaha hide ezay lama tedoos 3ala el buttons ely m3aha
            //hena w fi view users
        }