This is a noob question
using System.name; class class_name { private className Obj; public class_name() { } public function() { Obj.function <----- why i cant acesss the global varible here ?? } } When i type the class the instellisence docent show any thing :-s