C# 클래스 XG.Plugin.ANotificationSender

파일 보기 프로젝트 열기: lformella/xdcc-grabscher

공개 메소드들

메소드 설명
FireNotificationAdded ( Notification aType, AObject aObject ) : void
FireNotificationAdded ( Notification aType, AObject aObject1, AObject aObject2 ) : void
FireNotificationAdded ( object aSender, EventArgs aEventArgs ) : void

메소드 상세

FireNotificationAdded() 공개 메소드

public FireNotificationAdded ( Notification aType, AObject aObject ) : void
aType XG.Model.Domain.Notification
aObject AObject
리턴 void

FireNotificationAdded() 공개 메소드

public FireNotificationAdded ( Notification aType, AObject aObject1, AObject aObject2 ) : void
aType XG.Model.Domain.Notification
aObject1 AObject
aObject2 AObject
리턴 void

FireNotificationAdded() 공개 메소드

public FireNotificationAdded ( object aSender, EventArgs aEventArgs ) : void
aSender object
aEventArgs EventArgs
리턴 void