0
我在本代碼的第三行中收到一個錯誤,因爲「對象引用未設置爲對象的實例」 。 可能的原因是什麼?NullReferenceException vb.net
Dim table As New DataTable()
Me.bindingSource1.DataSource = table
Me.bindingSource1 = DataGridView1.DataSource
table = Me.bindingSource1.DataSource
我只需要知道的可能原因