例外:
Object reference not set to an instance of an object.
コード:
For Each p As Panel In Me.Controls.OfType(Of Panel)()
arr.Add(p.BackColor.ToString())
Me.Controls.Remove(p)
Next
この線:
arr.Add(p.BackColor.ToString())
どうすればこの問題を解決できますか?