Beispiel #1
0
 private void btnFillCombobox_Click(object sender, EventArgs e)
 {
     cmbPatterns.DataSource = s.Read();
 }