Ejemplo n.º 1
0
 private void frmConfigNameNotifications_Load(object sender, EventArgs e)
 {
     cbNameNotificationList.DataSource    = dc.GetNameList();
     cbNameNotificationList.DisplayMember = "nick";
     cbNameNotificationList.ValueMember   = "nick";
     RefreshList();
 }