C# Class Telephony.Models.Smartphone

Inheritance: ICalling, IBrowsing
Afficher le fichier Open project: georgidelchev/CSharp-Programming-Advanced

Méthodes publiques

Méthode Description
Browse ( string url ) : void
Call ( string number ) : void

Method Details

Browse() public méthode

public Browse ( string url ) : void
url string
Résultat void

Call() public méthode

public Call ( string number ) : void
number string
Résultat void