public void AddOnClosing(_AppClosingNotifierMethod notifier, CLOSE_ORDER order) { APP_CLOSING_ITEM item = new APP_CLOSING_ITEM(); item.closeMethod = notifier; item.order = order; AppClosingNotifiers.Add(item); }