Exemplo n.º 1
0
		public DispatcherTimer ()
		{
			internalTimer = new Mono.DispatcherTimer ();
			internalTimer.managedTimer = this;
		}
Exemplo n.º 2
0
 public DispatcherTimer()
 {
     internalTimer = new Mono.DispatcherTimer();
     InternalTimer.managedTimer = this;
 }