C# Class Wincubate.AbstractFactoryExamples.SamsungFactory

Inheritance: IDeviceFactory
Afficher le fichier Open project: wincubate/gof-in-cs

Méthodes publiques

Méthode Description
CreateMobilePhone ( ) : IMobilePhone
CreateTablet ( ) : ITablet

Method Details

CreateMobilePhone() public méthode

public CreateMobilePhone ( ) : IMobilePhone
Résultat IMobilePhone

CreateTablet() public méthode

public CreateTablet ( ) : ITablet
Résultat ITablet