Наследование: NotificationForm
Пример #1
0
        public static void ShowOutfiterNotification(OutfiterOutfit outfit, string comm)
        {
            OutfiterForm f = new OutfiterForm(outfit);

            ShowNotification(f, comm);
        }
Пример #2
0
        public static void ShowOutfiterNotification(OutfiterOutfit outfit, string comm)
        {
            OutfiterForm f = new OutfiterForm(outfit);

            ShowNotification(f, comm);
        }