public TestGattServicePage(GattServiceModel gattServiceModel, TestGattServiceWrapper testGattServiceWrapper)
 {
     GattServiceModel       = gattServiceModel;
     TestGattServiceWrapper = testGattServiceWrapper;
     BindingContext         = GattServiceModel;
     InitializeComponent();
     RequestListView.ItemsSource = testGattServiceWrapper.GattRequestViewModels;
 }
Пример #2
0
 public GattServicePage(GattServiceModel gattServiceModel)
 {
     GattServiceModel = gattServiceModel;
     BindingContext   = GattServiceModel;
     InitializeComponent();
 }