Example #1
0
 public ItemModel(ItemController aController)
 {
     itemList = new ArrayList();
     theController = aController;
 }