C# 클래스 RemoteShutdownServer.Source.MainSource

파일 보기 프로젝트 열기: CNU-Developers/Legacy

공개 프로퍼티들

프로퍼티 타입 설명
listCounter int
sendLists string[]

공개 메소드들

메소드 설명
SendMessageShutdown ( string sendList ) : void
Shutdown ( object i ) : void

메소드 상세

SendMessageShutdown() 공개 메소드

public SendMessageShutdown ( string sendList ) : void
sendList string
리턴 void

Shutdown() 공개 메소드

public Shutdown ( object i ) : void
i object
리턴 void

프로퍼티 상세

listCounter 공개적으로 프로퍼티

public int listCounter
리턴 int

sendLists 공개적으로 프로퍼티

public string[] sendLists
리턴 string[]