Ejemplo n.º 1
0
 protected T FindView <T>(int id) where T : View
 {
     return((T)NotificationView.FindViewById(id));
 }