I've just started learning how to code in C# and I'm trying to make a program that should help learning french vocabulary.
Since I'm not good in SQL-Databases yet, I'm using a VocabArray and a TransArray to define the vocabulary.
In the next step, I want to add a new word. I'm doing that through two text boxes that should add their string to the array in the main form. But how do I access the array from the main form through the textboxes in my new form?