C# Class PomodoroSkype.SkypeWrapper

Exibir arquivo Open project: uglide/PomodoroSkype

Public Methods

Method Description
ChangeStatus ( TUserStatus status ) : void
SendMessage ( string chatName, string message ) : void
Shutdown ( ) : void
Start ( ) : void

Private Methods

Method Description
FireNewMessageEvent ( ChatMessage pmessage, TChatMessageStatus status ) : void
SkypeWrapper ( ) : System

Method Details

ChangeStatus() public method

public ChangeStatus ( TUserStatus status ) : void
status TUserStatus
return void

SendMessage() public method

public SendMessage ( string chatName, string message ) : void
chatName string
message string
return void

Shutdown() public method

public Shutdown ( ) : void
return void

Start() public method

public Start ( ) : void
return void