I have a WinForms application. In this app I have some Forms and Static class which have a public static property and some public static methods that need the property to be set because the forms use on those methods.
Now, if I set this property in the First Form, so when I use some methods on the Second Form will I get an error or the property is still set (saved the first set on the first form)?