BattleInfoPlugin.Plugin.InvokeNotifyRequested C# (CSharp) 메소드

InvokeNotifyRequested() 공개 메소드

public InvokeNotifyRequested ( Grabacr07.KanColleViewer.Composition.NotifyEventArgs e ) : void
e Grabacr07.KanColleViewer.Composition.NotifyEventArgs
리턴 void
        public void InvokeNotifyRequested(NotifyEventArgs e) => this.NotifyRequested?.Invoke(this, e);
    }