예제 #1
0
        public static void ShowOutfitNotification(Outfit outfit, string comm)
        {
            OutfitForm f = new OutfitForm(outfit);

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

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

            ShowNotification(f, comm);
        }