Exemplo n.º 1
0
 private void PreventNull()
 {
     if (item == null)
     {
         item = new ItemModel(0, 0);
     }
 }
Exemplo n.º 2
0
 void ISerializationCallbackReceiver.OnBeforeSerialize()
 {
     item = Item;
     PreventNull();
 }