Advertisement
Guest User

Untitled

a guest
May 25th, 2015
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6. using Xamarin.Forms;
  7.  
  8. namespace BHS.Utils
  9. {
  10.  
  11. public class MenuItem : Cell
  12. {
  13. public string Title { get; set; }
  14.  
  15. public string IconSource { get; set; }
  16.  
  17. public Type TargetType { get; set; }
  18.  
  19.  
  20. }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement