delay
C#
1
Posts
1
Posters
0
Views
1
Watching
-
I want to know a question from you that i want to apply a timer between my code.ca you help me please. means that for example i have two lines of code let say. Method1(); Method2(); Now i wana to do that after 10 seconds the Method2 occurs(not every 10 sec). Method1(); //timer of 10 sec// Method2(); Means that when Method1 occurs then after 10 sec Method2() should be executed.. Please help me with regards Ishtiaq Ahmed