Hi All
I used following codes to close all of children forms
for(int i=0;i<this.MdiC hildren.Length; i++)
{
this.MdiChildre n[i].Close();
}
but it just closes some of them.
what's your opinion about this problem?
thx
I used following codes to close all of children forms
for(int i=0;i<this.MdiC hildren.Length; i++)
{
this.MdiChildre n[i].Close();
}
but it just closes some of them.
what's your opinion about this problem?
thx
Comment