Ejemplo n.º 1
0
 private void client_DoList(MoneyConverterClient obj, object o)
 {
     this.currencyListComboBox.BeginInvoke(new Action <List <string> >(SetComboBoxData),
                                           obj.GetCurrentcyList());
 }
Ejemplo n.º 2
0
 private void client_DoList(MoneyConverterClient obj, object o)
 {
     this.currencyListComboBox.BeginInvoke(new Action<List<string> >(SetComboBoxData), 
                                           obj.GetCurrentcyList());
 }