C#里面怎么给按钮添加事件·当单击按钮时··pictureBox1··向右移动··
在线等··先谢谢了···前辈么····
private void button1_Click(object sender, EventArgs e) { this.pictureBox1.Left -= 1; }