Why is this Public Function in a Module not accessible Why is this Public Function in a Module not accessible wpf wpf

Why is this Public Function in a Module not accessible


Although the method is Public, the Module (by default) is not.

You need to specify this explicitly:

Public Module FishTrackerConfigurations