Exemplo n.º 1
0
 public static InstanceManager GetInstance()
 {
     return(_instance ?? (_instance = new InstanceManager()));
 }
Exemplo n.º 2
0
 public static InstanceManager GetInstance()
 {
     return _instance ?? (_instance = new InstanceManager());
 }