Exemple #1
0
 public static Cat GetInstance()
 {
     return(CatInstance ?? (CatInstance = new Cat()));
 }