I want to make an ArrayList "global" so it can be made in the Init function, and added objects to it, and then I want OnPaint to get a hold to it, so it can draw something for every instance that is in the array. Where do I place it?
PS: I have one Namespace, and then the Form that includes that namespace. (sorry started with C# 30 minutes ago...:D)
