예제 #1
0
 /// <summary>
 /// Initializes a new instance of the class with the
 /// supplied parameters.
 /// </summary>
 /// <param name="eventType">
 /// The type of the event being dispatched.
 /// </param>
 /// <param name="eventStatus">
 /// The status of the service dispatching the event.
 /// </param>
 public VfxFixServiceEventArgs(VfxFixServiceEventTypes eventType, VfxFixServiceStatus eventStatus)
 {
     _eventType   = eventType;
     _eventStatus = eventStatus;
 }
예제 #2
0
 /// <summary>
 /// Initializes a new instance of the class with the
 /// supplied parameters.
 /// </summary>
 /// <param name="eventType">
 /// The type of the event being dispatched.
 /// </param>
 /// <param name="eventStatus">
 /// The status of the service dispatching the event.
 /// </param>
 public VfxFixServiceEventArgs(VfxFixServiceEventTypes eventType, VfxFixServiceStatus eventStatus)
 {
     _eventType = eventType;
     _eventStatus = eventStatus;
 }