示例#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));
 }