Beispiel #1
0
 public LuoghiTrovati()
 {
     infoStruttura = new InfoStruttura();
     InitListView();
     Content = listView;
     Title   = "Luoghi Trovati";
     NavigationPage.SetHasBackButton(this, false);
     fromInfoStruttura = false;
 }
Beispiel #2
0
 public VisualizzaRecensionePersonale()
 {
     NavigationPage.SetHasBackButton(this, false);
     Title         = "Visualizza recensione personale";
     infoStruttura = new InfoStruttura();
     InitComponents();
     Content = new ScrollView()
     {
         Content = new StackLayout()
         {
             Orientation = StackOrientation.Vertical,
             Children    =
             {
                 GetUpperFrame(),
                 GetMiddleFrame(),
                 GetLowerFrame()
             }
         }
     };
 }
 private void Init()
 {
     InitStruttureListView();
     infoStruttura = new InfoStruttura();
     Content       = struttureListView;
 }