C# Class PCRemote.Core.Commands.PhotoCommand

Inheritance: CommandBase, ICommand
Datei anzeigen Open project: terryso/PCRemote

Public Methods

Method Description
Execute ( CommandContext context ) : void

Private Methods

Method Description
GetCodecInfo ( string mimeType ) : System.Drawing.Imaging.ImageCodecInfo
SendPhotoByEmail ( CommandContext context, string picPath ) : void

Method Details

Execute() public method

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