예제 #1
0
파일: Inventory.cs 프로젝트: TFong1/Glimpse
 public Inventory()
 {
     Details = new InventoryDetail(this);
     Warehouse = new List<InventoryLocations>();
 }
예제 #2
0
 public Inventory()
 {
     Details   = new InventoryDetail(this);
     Warehouse = new List <InventoryLocations>();
 }