C# Class PocketCampus.Main.Services.PhoneService

Provides access to the phone component of a Windows Phone.
Inheritance: IPhoneService
Afficher le fichier Open project: accandme/pocketcampus

Méthodes publiques

Méthode Description
Call ( string name, string number ) : void

Calls the specified number, displaying the specified name.

Method Details

Call() public méthode

Calls the specified number, displaying the specified name.
public Call ( string name, string number ) : void
name string
number string
Résultat void