Пример #1
0
 /// <summary>
 /// Binds the second level cards.
 /// </summary>
 /// <param name="cards">The cards.</param>
 private void BindSecondLevelCards(InterJetProfileCreditCards cards)
 {
     this.BindCards(cards.GetSecondLevelCards(), this.SecondLevelComboBox);
 }
Пример #2
0
 /// <summary>
 /// Binds the frist level cards.
 /// </summary>
 /// <param name="cards">The cards.</param>
 private void BindFristLevelCards(InterJetProfileCreditCards cards)
 {
     this.BindCards(cards.GetFirstLevelCards(), this.FristLevelComboBox);
 }