示例#1
0
 public static ManagerFactory GetInstance()
 {
     return(FactoryInstance ?? (FactoryInstance = new ManagerFactory()));
 }