Like the title says 😛 Let’s say I’ve got 10 classes and I can easily access one textBox.
If I wanted to make a global integer, I’ve used static. How to do something like that with control?
Thanks
Like the title says :P Let’s say I’ve got 10 classes and I can
Share
Define a static class a define that control like a static member of that class
After use this control inside code, like
Can define also a static property instead of field naturally.