C# 클래스 CampahApp.Interaction

파일 보기 프로젝트 열기: golfandsurf/Campah

공개 메소드들

메소드 설명
CloseMenu ( ) : void
StartBuying ( ) : void
StopBuying ( ) : void
StopBuying ( string status ) : void
StopBuying ( string status, ThreadStart thread ) : void
TraverseMenu ( String address ) : bool

비공개 메소드들

메소드 설명
BidOnItem ( CampahApp.ItemRequest item ) : void
BuyProceedure ( ) : void
GotoBidMenu ( ) : void
GotoMenu ( string address ) : bool
IsMenuEqual ( int a, int b ) : bool
IsTargetValid ( string currenttarget ) : bool
ReadAHItems ( ) : int[]
StartWaitCycle ( System.TimeSpan time ) : void

메소드 상세

CloseMenu() 공개 메소드

public CloseMenu ( ) : void
리턴 void

StartBuying() 공개 메소드

public StartBuying ( ) : void
리턴 void

StopBuying() 공개 메소드

public StopBuying ( ) : void
리턴 void

StopBuying() 공개 메소드

public StopBuying ( string status ) : void
status string
리턴 void

StopBuying() 공개 메소드

public StopBuying ( string status, ThreadStart thread ) : void
status string
thread ThreadStart
리턴 void

TraverseMenu() 공개 메소드

public TraverseMenu ( String address ) : bool
address String
리턴 bool