private void tsbInsert_Click(object sender, EventArgs e)
        {
            ChangeEnabledState();            courseBindingSource.AddNew();            couNoTextBox.Focus();
        }在数据集中添加一条新的数据行。
请问 courseBindingSource在哪里声明的啊?