B
baret bonden
I get System.NullReferenceException on this line
Public vcar As String = ListBox1.SelectedItem.ToString()
Wanted to declare a public variable such that I could pass data to another
form.
Public vcar As String = ListBox1.SelectedItem.ToString()
Wanted to declare a public variable such that I could pass data to another
form.