System structure

  • Thread starter Thread starter Vanessa
  • Start date Start date
V

Vanessa

I have Form0.cs with buttons.
If a button is pressed on Form0.cs, Class1.cs is called.
Class1.cs inherits Form1.cs
Form1.cs has a button.
Class1.cs wants to fill an array, using the inherited form.
Question 1: where should the action take place in Class1.cs? In the
constructor? In the ...Load?
Question 2: how do I go one step further in the loop in Class1.cs when the
button is pressed on the inherited Form1.cs?
Sorry if this is terribly elementary.
 
So I changed the direction of information transfer.
No further need for a response.

Vanessa
 
Back
Top