📅  最后修改于: 2022-03-11 14:48:52.399000             🧑  作者: Mango
int count = +1;
private void BtnNext_Click(object sender, EventArgs e)
{
if(count<7)
{
count++;
}
pictureBox1.Image=imageList1.Images[count];
}
//with out using openfiledialog