C# 클래스 Order.SoftwareFactory

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

공개 메소드들

메소드 설명
CreateSoftware ( string type, string version ) : ISoftware

Retourneert software

메소드 상세

CreateSoftware() 공개 정적인 메소드

Retourneert software
public static CreateSoftware ( string type, string version ) : ISoftware
type string Het soort software
version string Versie van software
리턴 ISoftware