C# Class KanColle.Flash.Handler

Show file Open project: undisputed-seraphim/KanColleAPI

Public Methods

Method Description
Exit ( ) : void
GetApiPort ( string memberID ) : string
StartUp ( ) : void

Private Methods

Method Description
SendMessage ( Int32 hWnd, Int32 Msg, Int32 wParam, Int32 lParam ) : Int32

Method Details

Exit() public method

public Exit ( ) : void
return void

GetApiPort() public method

public GetApiPort ( string memberID ) : string
memberID string
return string

StartUp() public method

public StartUp ( ) : void
return void