Esempio n. 1
0
 public static ScreenFactory CreateInstance()
 {
     return _factory ?? (_factory = new ScreenFactory());
 }