Passing array between forms and managing in arrays

后端 未结 4 1041
走了就别回头了
走了就别回头了 2020-12-20 03:46

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          


        
4条回答
提交回复
热议问题