I have windows form lab created in which I enter plane name and location, direction, speed and send it to listbox..
I need to show how many have i created in a lbl form.. which goes like this:
Number of planes created: (number)
how can I write this in code? In airplane class I have method with numberCreated++ do i have to do something with that? Hope someone can help me without looking at the code.
Thanks in advance.