Binoculars
Binoculars copied to clipboard
Data class should be non-static
I revised Data to be a static class but following internal discussion with @2adicted it should probably be non-static and more object oriented. It's constructor can then perform the logic of Data.Collect()
https://github.com/teamtreedyn/Binoculars/blob/master/Data.cs#L35
+1