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