2 references to _studentB
Accessibility_Core_App (2)
DataBindingExample.cs (2)
29
_studentB
.Add(new Student(i * 2, $"Name 11{i * 2}", "Female"));
34
comboBox1.DataSource =
_studentB
;