The name 'int' does not exist in the current context
I try to add a tab using Tabcontrol, and when I want to go to the new tab, it gets an error
The name 'int' does not exist in the current context
The code I use is
Thanks for helping
The name 'int' does not exist in the current context
The code I use is
Code:
tabControl1.SelectTab(@int());

