Beispiel #1
0
 public static NetworkFactory GetInstance()
 {
     return((Instance != null) ? Instance : Instance = Instance = new NetworkFactory());
 }
Beispiel #2
0
 public static NetworkFactory GetInstance()
 {
     return (Instance != null) ? Instance : Instance = Instance = new NetworkFactory();
 }