Exemplo n.º 1
0
        private void button2_Click(object sender, EventArgs e)
        {
            StudentsAffairsSystemServer.Service1 StudentsAffairsSystem = new StudentsAffairsSystemServer.Service1();
            BindingSource Source = new BindingSource();

            Source.DataSource        = StudentsAffairsSystem.ShowStudentDeptTeachers();
            dataGridView1.DataSource = Source;
        }