C# Класс PocketCampus.Main.Services.PhoneService

Provides access to the phone component of a Windows Phone.
Наследование: IPhoneService
Показать файл Открыть проект

Открытые методы

Метод Описание
Call ( string name, string number ) : void

Calls the specified number, displaying the specified name.

Описание методов

Call() публичный Метод

Calls the specified number, displaying the specified name.
public Call ( string name, string number ) : void
name string
number string
Результат void