Example #1
0
        private void ImageMover(object sender)
        {
            GunaButton c = (GunaButton)sender;

            SlidePicture.Location = new Point(c.Location.X + 27, c.Location.Y - 8);
            SlidePicture.SendToBack();
        }
Example #2
0
 private void SignInButton_Click_1(object sender, EventArgs e)
 {
     USERsignPANEL.SignupPanel.Visible  = false;
     USERsignPANEL.signupButton.Visible = false;
     addusercontrol(USERsignPANEL, panel3);
     gunaButton2.Enabled   = true;
     SlidePicture.Location = SlidePicture.Location = new Point(gunaButton2.Location.X + 27, gunaButton2.Location.Y - 8);
     SlidePicture.SendToBack();
 }