You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when trying to get the selected access point for the user to connect to I tried using AccessPoint selectedAP = listBox1.SelectedItem;
and I get the error: error CS0266: Cannot implicitly convert type 'object' to 'SimpleWifi.AccessPoint'. An explicit conversion exists (are you missing a cast?)
is there any way to fix this??
The text was updated successfully, but these errors were encountered:
when trying to get the selected access point for the user to connect to I tried using
AccessPoint selectedAP = listBox1.SelectedItem;
and I get the error:
error CS0266: Cannot implicitly convert type 'object' to 'SimpleWifi.AccessPoint'. An explicit conversion exists (are you missing a cast?)
is there any way to fix this??
The text was updated successfully, but these errors were encountered: