Register() public static méthode

public static Register ( GiftGiver giver ) : void
giver GiftGiver
Résultat void
Exemple #1
0
 public static void Initialize()
 {
     GiftGiving.Register(new WinterGiftGiver2004());
 }
Exemple #2
0
 public static void Initialize()
 {
     GiftGiving.Register(new Easter2009());
 }
 public static void Initialize()
 {
     GiftGiving.Register(new StPatricksDay2009());
 }
Exemple #4
0
 public static void Initialize()
 {
     GiftGiving.Register(new AnniversaryGiver23rd());
 }
Exemple #5
0
 public static void Initialize()
 {
     GiftGiving.Register(new HolidayGiftBox2018());
 }
Exemple #6
0
 public static void Initialize()
 {
     GiftGiving.Register(new ValentineGiftGiver2011());
 }
 public static void Initialize()
 {
     GiftGiving.Register(new Thanksgiving());
 }
Exemple #8
0
 public static void Initialize()
 {
     GiftGiving.Register(new ChristmasDay2010());
 }
Exemple #9
0
 public static void Initialize()
 {
     GiftGiving.Register(new ValentinesDay2009());
 }
 public static void Initialize()
 {
     GiftGiving.Register(new HalloweenGiftGiver2011());
 }
 public static void Configure()
 {
     GiftGiving.Register(new HalloweenGiftGiver2011());
 }
 public static void Initialize()
 {
     GiftGiving.Register(new Halloween2007());
 }
Exemple #13
0
 public static void Initialize()
 {
     GiftGiving.Register(new IndependenceDay2011());
 }