예제 #1
0
 private bool CanViewPlant()
 {
     return(Plants.Any());
 }