Hi, working with C#, I created namespace “First” { //with tree public classes public class A(){} public class B(){} public class C(){} }
How to create a public string Var; variable that will be seen (accessable) in all three classes ?