예제 #1
0
 public Dashboard()
 {
     BindingContext = new DashletGenerator();
     NavigationPage.SetHasBackButton(this, false);
     InitializeComponent();
 }
예제 #2
0
 public Dashboard(string companyName)
 {
     BindingContext = new DashletGenerator(companyName);
     InitializeComponent();
     this.cName = companyName;
 }