public void Dispose()
 {
     Notifications?.Dispose();
     SelectedNotification?.Dispose();
 }
Exemple #2
0
 protected static void InvokeSparePartSelectedEvent(Transform classInstance)
 {
     SelectedNotification?.Invoke(classInstance);
 }