I want to transfer an array from Form1 to Form2, then on Form2 add some values to the array. On Form1 button click I put this code:
int[] arrayOfInt
Rather use ArrayList or even better IList. Arrays cannot be resized in C#
ArrayList
IList