Exemplo n.º 1
0
        public static ICustomMarshaler GetInstance(string cookie)
        {
            if(marshaler == null)
                return marshaler = new SelectorMarshaler ();

            return marshaler;
        }
Exemplo n.º 2
0
        public static ICustomMarshaler GetInstance(string cookie)
        {
            if (marshaler == null)
            {
                return(marshaler = new SelectorMarshaler());
            }

            return(marshaler);
        }