There are 4 forms in the project - the first one simply calls the remaining 3, the second one stores data that is stored in arrays (3 types of string and one of type int). There is a need to transfer the received data to the remaining 2 forms. Before that, I only made forms that take one value of each type, and used a separate static class to transfer to other forms. In the case of arrays this is not possible. What can be done to transfer data to other forms?

  • "In the case of arrays, this is not possible." - what does it mean? - Igor
  • create a separate class only with arrays .. write them through the second form and read all the others - Insider
  • Have you forgotten to do anything here? - ru.stackoverflow.com/questions/958644/… - Igor
  • @Insider Well, I create it. I declare arrays in it. And from the form how to change them? Forms arrays from class do not see - Alexey
  • it's hard to imagine what and how you create there .. give the code and pay attention to @Igor - Insider at 2:13 pm

0