public void initGift() { if (giftCard == null) { giftCard = new GiftCardsApp(); } }
public void initGift() { bool flag = this.giftCard == null; if (flag) { this.giftCard = new GiftCardsApp(); } }