hi i wrote a code i c# and i create stuct array from struct that has a array but i have a error on Visual Studio.
my code:
public
}
{
InitializeComponent();
oo[0].yy[0].a[1] = 4;
i have error:
Object reference not set to an instance of an object.
how i can solution this problem ?
best regard.