Пример #1
0
 // call this when thawing any new object
 internal object Register(object o)
 {
     reg.RegisterThawed(unit, o);
     return(o);
 }