Exemple #1
0
 public void OnClick(View v)
 {
     if (v.Tag != null)
     {
         DailyActivity.Start(context, v.Tag.ToString());
     }
 }