C# Class Order.ComponentFactory

Mostra file Open project: kajnelissen/Sedat

Public Methods

Method Description
CreateComponent ( string device, string type ) : IComponent

Retourneert nieuwe component

Method Details

CreateComponent() public static method

Retourneert nieuwe component
public static CreateComponent ( string device, string type ) : IComponent
device string Het soort component
type string Type van component
return IComponent