Example #1
0
 public NativeMenu(string title, string description, MenuBannerType bannerType) : this(title, description)
 {
     BannerType = bannerType;
 }
Example #2
0
 public NativeMenu(string title, MenuBannerType bannerType) : this(title)
 {
     BannerType = bannerType;
 }