Exemple #1
0
 void refreshData()
 {
     gcData.DataSource = null;
     gcData.DataSource = OperationHandler.GetCurrenciesByDate().Value;
 }