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