C# 클래스 Order.ComponentFactory

파일 보기 프로젝트 열기: kajnelissen/Sedat

공개 메소드들

메소드 설명
CreateComponent ( string device, string type ) : IComponent

Retourneert nieuwe component

메소드 상세

CreateComponent() 공개 정적인 메소드

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