Exemple #1
0
 public void AddExchangeQuotation()
 {
     ExchangeQuotations.Clear();
     ExchangeQuotations.Add(CurrentExchangeQuotation);
 }
 void ClearData()
 {
     InitInsert();
     EnquiryItems.Clear();
     ExchangeQuotations.Clear();
 }