Example #1
0
 /// <summary>
 /// Serialize the collection of Items into xml file
 /// </summary>
 private void HandleSaveItem(object obj)
 {
     DataTranslator <T> .Serialize(this.itemPool);
 }