tags:

views:

42

answers:

2

How can I setup events that happen after a certain period of time. Like saving changes every 30 seconds?

+1  A: 

You can use a timer and fire them that way.

sklitzz
+3  A: 

You can use the DispatcherTimer.

svick