Posts by user12138 • 21 points
2 posts
-
1
votes4
answers6910
viewsA: How does namespaces work in C#?
Better saying a namespace is a middle of a class, struct, variable be localized. guy: namespace loc{ public class usuario : Form { } } the namespace in an external location: using loc; // a…
-
0
votes1
answer148
viewsQ: How to use a variable script? JS
I’m looking to create a custom Javascript: Ex: var lx = function(addr){window.open(addr, '_self'); } But it didn’t work. I used up to visual studio 2012 to edit this script but html did not…