コード例 #1
0
ファイル: Plugin.cs プロジェクト: z-07b52x/BattleInfoPlugin
 public void InvokeNotifyRequested(NotifyEventArgs e) => this.NotifyRequested?.Invoke(this, e);
コード例 #2
0
ファイル: NotifierHost.cs プロジェクト: NatLee/KanColleViewer
		private void HandleNotifyRequested(object sender, NotifyEventArgs e)
		{
			this.Notify(e);
		}