📜  按钮Previous for picturebox c# Code Example

📅  最后修改于: 2022-03-11 14:48:48.830000             🧑  作者: Mango

代码示例1
private void BtnPervious_Click(object sender, EventArgs e)
        {
            if(count>0||count==7)
            {
                count--;
            }
            pictureBox1.Image = imageList1.Images[count];
        }
//with out openfiledialog