public static void ShowOutfitNotification(Outfit outfit, string comm)
        {
            OutfitForm f = new OutfitForm(outfit);

            ShowNotification(f, comm);
        }
Exemple #2
0
        public static void ShowOutfitNotification(Outfit outfit, string comm)
        {
            OutfitForm f = new OutfitForm(outfit);

            ShowNotification(f, comm);
        }
Exemple #3
0
        private void ShowOutfitNotification(Outfit outfit, string comm)
        {
            OutfitForm f = new OutfitForm(outfit);

            ShowNotification(f, comm);
        }