stillinlife101
Programmer
In VB the keyword "With" is used as such:
with TextBox1
.Text = "hi"
or something like that (it's been a while). Is there an equivalent in c#?
Dan
with TextBox1
.Text = "hi"
or something like that (it's been a while). Is there an equivalent in c#?
Dan