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