C# Class Marmalade_Global.ProductionCycle

Show file Open project: DMOE15C/project-marmelade Class Usage Examples

Public Methods

Method Description
ProductionCycle ( ) : System
ProductionCycle ( int amountOfProductsNeeded, Product product ) : System

Method Details

ProductionCycle() public method

public ProductionCycle ( ) : System
return System

ProductionCycle() public method

public ProductionCycle ( int amountOfProductsNeeded, Product product ) : System
amountOfProductsNeeded int
product Product Type of product to be created
return System