M
martin
I have a problem with editor. In MDI parent I have defined several public
static controls (imagelist,listbox etc). From time to time, when I attempt
to compile program it fails because editor changes "public static" to
"public" and changes
all initialization entries of those controls to "this."
Is there a problem with declaring controls as public static or what?
I am tired of copy-pasting code back.
static controls (imagelist,listbox etc). From time to time, when I attempt
to compile program it fails because editor changes "public static" to
"public" and changes
all initialization entries of those controls to "this."
Is there a problem with declaring controls as public static or what?
I am tired of copy-pasting code back.