Exemplo n.º 1
0
        public static void ShowOutfitNotification(Outfit outfit, string comm)
        {
            OutfitForm f = new OutfitForm(outfit);

            ShowNotification(f, comm);
        }
Exemplo n.º 2
0
        public static void ShowOutfitNotification(Outfit outfit, string comm)
        {
            OutfitForm f = new OutfitForm(outfit);

            ShowNotification(f, comm);
        }
Exemplo n.º 3
0
        private void ShowOutfitNotification(Outfit outfit, string comm)
        {
            OutfitForm f = new OutfitForm(outfit);

            ShowNotification(f, comm);
        }