Пример #1
0
 public HomeController()
 {
     if (Cats.ready == false)
     {
         Cats.GatherCats();
     }
 }