G
Guest
Hi all.
I have been programming a simple console application, and want to delay
several seconds in the application for testing purpose.
I've been searching google and this newsgroup, and I found out I could do so
with Thread.Sleep method.
I would like to, however, avoid creating threads if possible (since this is
a simple application). Is there anyway to do it?
Thank you.
I have been programming a simple console application, and want to delay
several seconds in the application for testing purpose.
I've been searching google and this newsgroup, and I found out I could do so
with Thread.Sleep method.
I would like to, however, avoid creating threads if possible (since this is
a simple application). Is there anyway to do it?
Thank you.