C# Class Telephony.Models.Smartphone

Inheritance: ICalling, IBrowsing
Mostrar archivo Open project: georgidelchev/CSharp-Programming-Advanced

Public Methods

Method Description
Browse ( string url ) : void
Call ( string number ) : void

Method Details

Browse() public method

public Browse ( string url ) : void
url string
return void

Call() public method

public Call ( string number ) : void
number string
return void