コード例 #1
0
 protected virtual void OnShowServiceLogs(ServiceEventArgs e)
 {
     ShowServiceLogs?.Invoke(this, e);
 }
コード例 #2
0
 protected virtual void OnAttachToService(ServiceEventArgs e)
 {
     AttachToService?.Invoke(this, e);
 }