Ejemplo n.º 1
0
 /// <summary>
 ///		Initializes a new instance of this class with the data given.
 /// </summary>
 /// <param name="handler">Handle of method to callback.</param>
 public CallbackProcess(CallbackProcessEventHandler handler)
 {
     CallbackMethod += handler;
 }
 /// <summary>
 ///		Initializes a new instance of this class with the data given.
 /// </summary>
 /// <param name="handler">Handle of method to callback.</param>
 public CallbackProcess(CallbackProcessEventHandler handler)
 {
     CallbackMethod += handler;
 }