Example #1
0
 public static int RejectingErrorToInt(RejectingError error)
 {
     return((int)error);
 }
 public RejectingEventArgs(RejectingError rejectingError)
 {
     RejectingError = rejectingError;
 }