Exemple #1
0
 public bool Back()
 {
     if (pp.index == 0)
     {
         if (HomePage_m.Back())
         {
             return(true);
         }
     }
     return(false);
 }