Example #1
0
 public static PcrProtocol GetInstance()
 {
     if (_instance == null)
     {
         _instance = new PcrProtocol();
     }
     return(_instance);
 }