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
It can be done with the help of STATIC variable in any class