C# 클래스 OpenNos.Core.Networking.Communication.ScsServices.Service.ServiceClientEventArgs

Stores service client informations to be used by an event.
상속: System.EventArgs
파일 보기 프로젝트 열기: OpenNos/OpenNos

공개 메소드들

메소드 설명
ServiceClientEventArgs ( IScsServiceClient client ) : System

Creates a new ServiceClientEventArgs object.

메소드 상세

ServiceClientEventArgs() 공개 메소드

Creates a new ServiceClientEventArgs object.
public ServiceClientEventArgs ( IScsServiceClient client ) : System
client IScsServiceClient Client that is associated with this event
리턴 System