2 references to _studentA
TestPassApp (2)
DataBindingExample.cs (2)
28_studentA.Add(new Student(i, $"Name 1{i}", "Male")); 33listBox1.DataSource = _studentA;