Пример #1
0
 public void AddExchangeQuotation()
 {
     ExchangeQuotations.Clear();
     ExchangeQuotations.Add(CurrentExchangeQuotation);
 }
Пример #2
0
 void ClearData()
 {
     InitInsert();
     EnquiryItems.Clear();
     ExchangeQuotations.Clear();
 }