C
C# newbie
Hi Group,
Am I doing wrong or something weird with VS.NET ?
when I change the name of a control (let's say a "Button") using properties
panel then the name of control in method stays unchanged! for instance I had
a Button with "Button5" name after I changed the name of it to "Save" as you
see it below it's still what it used to be!
Everytime I have to change the class members manually.
Any comment on this ?
Thanks
private void button5_Click(object sender, System.EventArgs e)
{
}
Am I doing wrong or something weird with VS.NET ?
when I change the name of a control (let's say a "Button") using properties
panel then the name of control in method stays unchanged! for instance I had
a Button with "Button5" name after I changed the name of it to "Save" as you
see it below it's still what it used to be!
Everytime I have to change the class members manually.
Any comment on this ?
Thanks
private void button5_Click(object sender, System.EventArgs e)
{
}