N
nicol
hello
what does DataGridView do?
DataGridView dv ;
what does DataGridView do?
DataGridView dv ;
hello
what does DataGridView do?
DataGridView dv ;
what does DataGridView do?
DataGridView dv ;
It is a type.
The line declares a variable of that type.
It does not "do" anything.
Arne
and i can't undrestand this code too :
List<class_name> a= new List<class_name>();