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