C# 클래스 PocketCampus.Main.Services.PhoneService

Provides access to the phone component of a Windows Phone.
상속: IPhoneService
파일 보기 프로젝트 열기: accandme/pocketcampus

공개 메소드들

메소드 설명
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