Thread.Sleep() in C#

后端 未结 4 639
孤街浪徒
孤街浪徒 2020-12-06 20:31

I want to make an image viewer in C# Visual Studio 2010 which displays images one by one after seconds:

i = 0;

if (image1.Length > 0) //image1          


        
4条回答
提交回复
热议问题