Exemple #1
0
 internal static IEmfValidator Action(Gdi32.EMR recordType, ProcessRecordWithStateDelegate action)
 => new ActionValidator(recordType, action);
 public ActionValidator(Gdi32.EMR recordType, ProcessRecordWithStateDelegate processor)
 {
     _recordType         = recordType;
     _processorWithState = processor;
 }