C# Class PocketCampus.Main.Services.PhoneService

Provides access to the phone component of a Windows Phone.
Inheritance: IPhoneService
Datei anzeigen Open project: accandme/pocketcampus

Public Methods

Method Description
Call ( string name, string number ) : void

Calls the specified number, displaying the specified name.

Method Details

Call() public method

Calls the specified number, displaying the specified name.
public Call ( string name, string number ) : void
name string
number string
return void