111,092
社区成员




for (j = 3; j > 0; j--)
{
this.timerup.Start();
}
private void timerup_Tick(object sender, EventArgs e)
{
this.ElevatorStyleLeft.Location = new Point(ElevatorStyleLeft.Location.X, ElevatorStyleLeft.Location.Y - 80);
this.timerup.Stop();
}