public static ScanResponseUnmarshaller GetInstance()
 {
     if (instance == null)
       {
     instance = new ScanResponseUnmarshaller();
       }
       return instance;
 }
Exemple #2
0
 public static ScanResponseUnmarshaller GetInstance()
 {
     if (instance == null)
     {
         instance = new ScanResponseUnmarshaller();
     }
     return(instance);
 }