Exemplo n.º 1
0
 public DelayedCall(DelayedHandler handler, DispatcherPriority priority)
 {
     _handler = handler;
     _priority = priority;
 }
Exemplo n.º 2
0
 public DelayedCall(DelayedHandler handler, DispatcherPriority priority)
 {
     this.handler  = handler;
     this.priority = priority;
 }
Exemplo n.º 3
0
 public DelayedCall(DelayedHandler handler, DispatcherPriority priority)
 {
     _handler  = handler;
     _priority = priority;
 }
Exemplo n.º 4
0
		public DelayedCall(DelayedHandler handler, DispatcherPriority priority)
		{
			this.handler = handler;
			this.priority = priority;
		}