Hello to all. In short, I will tell you, there is an application on winforms. I create a button and make an event on button1___click. This button1_click is created in the public partial class Main class .
I also have another class Solve, variables with values are described there (this.a1 = 3, this.a2 = 2).
Question: How to take values from class Solve and apply them in inside button1_click?