C# 클래스 MBC.Shared.Events.NetDisconnectEvent

상속: NetEvent
파일 보기 프로젝트 열기: aiclub/Mohawk_Battleship

공개 메소드들

메소드 설명
NetDisconnectEvent ( NetCom communicator ) : System
NetDisconnectEvent ( NetCom communicator, Exception e ) : System

메소드 상세

NetDisconnectEvent() 공개 메소드

public NetDisconnectEvent ( NetCom communicator ) : System
communicator MBC.Shared.Entities.NetCom
리턴 System

NetDisconnectEvent() 공개 메소드

public NetDisconnectEvent ( NetCom communicator, Exception e ) : System
communicator MBC.Shared.Entities.NetCom
e System.Exception
리턴 System