T
Tee
Hi,
I am converting a code from VB to C#.
in VB, it's
Private WithEvents MyButton As Button
what's the code in C# ?
I can't get the replacement for the "WithEvents" in C#.
Anyone know it?
Thanks.
I am converting a code from VB to C#.
in VB, it's
Private WithEvents MyButton As Button
what's the code in C# ?
I can't get the replacement for the "WithEvents" in C#.
Anyone know it?
Thanks.