Exemplo n.º 1
0
 public void Dispose()
 {
     Notifications?.Dispose();
     SelectedNotification?.Dispose();
 }
Exemplo n.º 2
0
 protected static void InvokeSparePartSelectedEvent(Transform classInstance)
 {
     SelectedNotification?.Invoke(classInstance);
 }