示例#1
0
 public static CredentialHolder getSingleton()
 {
     if (Singleton == null)
     {
         Singleton = new CredentialHolder();
     }
     return(Singleton);
 }
示例#2
0
 public static void Clear()
 {
     Singleton = new CredentialHolder();
 }