l_Paint (object sender, PaintEventArgs e)
{. Draw (this. CreateGraphics ());
}. lArm. RotateUp ();. LElbow. RotateUp (); ();
} void GetLeftLegUp ()
{. lLeg. RotateUp ();. LKnee. RotateUp (); ();
} void GetRigthLegUp ()
{. rLeg. RotateUp ();. RKnee. RotateUp (); ();
} void GetRightArmUp ()
{. rArm. RotateUp ();. RElbow. RotateUp (); ();
} void GetLeftArmDown ()
{. lArm. RotateDown ();. LElbow. RotateDown (); ();
} void GetLeftLegDown ()
{. lLeg. RotateDown ();. LKnee. RotateDown (); ();
} void GetRigthLegDown ()
{. rLeg. RotateDown ();. RKnee. RotateDown (); ();
} void GetRightArmDown ()
{. rArm. RotateDown ();. RElbow. RotateDown (); ();
}
}
}