C# Class Order.ComponentFactory

Afficher le fichier Open project: kajnelissen/Sedat

Méthodes publiques

Méthode Description
CreateComponent ( string device, string type ) : IComponent

Retourneert nieuwe component

Method Details

CreateComponent() public static méthode

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