Exemplo n.º 1
0
 public NativeMenu(string title, string description, MenuBannerType bannerType) : this(title, description)
 {
     BannerType = bannerType;
 }
Exemplo n.º 2
0
 public NativeMenu(string title, MenuBannerType bannerType) : this(title)
 {
     BannerType = bannerType;
 }