I was wondering if there is a command in C# which I can use like with command in Delphi?
with command
// like this : with(textbox1) { .text=\"some text as
There's something called using, but compared to Delphi/Pascal it's works more like try/finally.