C# Class PCRemote.Core.Commands.Mp3Command

Inheritance: CommandBase, ICommand
Show file Open project: terryso/PCRemote

Public Methods

Method Description
Execute ( CommandContext context ) : void

Private Methods

Method Description
DonwloadMp3 ( string downloadPath, string downUrl, string song, string singer ) : void

Method Details

Execute() public method

public Execute ( CommandContext context ) : void
context PCRemote.Core.Entities.CommandContext
return void