Amnesia.Session.AbortNotification.AbortNotification C# (CSharp) Метод

AbortNotification() публичный Метод

public AbortNotification ( EventHandler handler ) : System
handler EventHandler
Результат System
            public AbortNotification(EventHandler handler)
            {
                this.handler = handler;
            }