L
Lou
I have a form that I want to pass a collection into the constructor but
can't seem to do it.
I keep getting the error "Inconsistent accessibility: "
public frmDeviceManager(Dictionary<string,Data> Devices)
{
InitializeComponent();
}
Data is a class
-Lou
can't seem to do it.
I keep getting the error "Inconsistent accessibility: "
public frmDeviceManager(Dictionary<string,Data> Devices)
{
InitializeComponent();
}
Data is a class
-Lou