Winify – Diff between revs 15 and 28

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 15 Rev 28
Line 23... Line 23...
23 { 23 {
24 Result = result; 24 Result = result;
25 } 25 }
Line 26... Line 26...
26   26  
27 public SerializationSuccess(T result, 27 public SerializationSuccess(T result,
28 List<ValidationEventArgs> validationEventArgs) : this(result) 28 List<ValidationEventArgs> validationEventArgs) : this(result)
29 { 29 {
30 ValidationEventArgs = validationEventArgs; 30 ValidationEventArgs = validationEventArgs;
Line 31... Line 31...
31 } 31 }