Exemple #1
0
        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);
        }
Exemple #2
0
        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);
        }