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