Beispiel #1
0
 public static T GetThreadInstance(string appendedkey)
 {
     return(Singleton <T> .GetThreadInstance(appendedkey, null));
 }
Beispiel #2
0
 public static T GetThreadInstance()
 {
     return(Singleton <T> .GetThreadInstance(null, null));
 }