![]() |
|||
Comments and Discussions
|
About Article
Alternative to C# equivalent of VB's With keyword
You are introducing a variable “p” in the local scope of the whole function :snot really.. you know you can use brackets anywhere inside the code to define subscopes, don't you:{var p = this.StatusProgressBar;p.IsIndeterminate = false;p.Visibility = Visibility.Visible;p.Minimum =...
Related Videos
Related Articles
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||