Amnesia.Session.AbortNotification.AbortNotification C# (CSharp) Method

AbortNotification() public method

public AbortNotification ( EventHandler handler ) : System
handler EventHandler
return System
            public AbortNotification(EventHandler handler)
            {
                this.handler = handler;
            }