Exemplo n.º 1
0
 private void OnDeSerialized(StreamingContext context)
 {
     OldCustomParams.ToDictionary(CustomParams);
 }
Exemplo n.º 2
0
 private void OnSerializing(StreamingContext context)
 {
     OldCustomParams.FromDictionary(CustomParams);
 }