Esempio n. 1
0
 /// <summary>
 /// Handle a plugin close event
 /// </summary>
 /// <param name="closeEvent"></param>
 private void HandleCloseEvent(TPClosePlugin closeEvent)
 {
     OnCloseEventHandler?.Invoke();
 }
Esempio n. 2
0
 /// <summary>
 /// Handle a plugin close event
 /// </summary>
 private void HandleCloseEvent()
 {
     OnCloseEventHandler?.Invoke();
 }