public TestGattServicePage(GattServiceModel gattServiceModel, TestGattServiceWrapper testGattServiceWrapper) { GattServiceModel = gattServiceModel; TestGattServiceWrapper = testGattServiceWrapper; BindingContext = GattServiceModel; InitializeComponent(); RequestListView.ItemsSource = testGattServiceWrapper.GattRequestViewModels; }
public GattServicePage(GattServiceModel gattServiceModel) { GattServiceModel = gattServiceModel; BindingContext = GattServiceModel; InitializeComponent(); }