C# Class Cimbalino.Phone.Toolkit.Services.SaveRingtoneService

Represents an implementation of the ISaveRingtoneService.
Inheritance: ISaveRingtoneService
Show file Open project: Cimbalino/Cimbalino-Phone-Toolkit

Public Methods

Method Description
Show ( Action resultAction ) : void

Shows the ringtones application.

ShowAsync ( ) : Task

Shows the ringtones application.

Method Details

Show() public method

Shows the ringtones application.
public Show ( Action resultAction ) : void
resultAction Action The to be called once the operation is finished.
return void

ShowAsync() public method

Shows the ringtones application.
public ShowAsync ( ) : Task
return Task