I\'ve a connection string saved to Properties.Settings.Default, i need to use an sql connection in all classes without having to declare it everytime, so how should
Properties.Settings.Default
Whenever you instantiate a new object pass to its constructor a reference to that connection.