@page "/" @using UI_SequentMicrosystems.Services @inject NavigationManager Navigator @inject RTD8TMService _RTD8TMService Welcome

TesDevice App V1.0

@code{ protected override void OnInitialized() { //_RTD8TMService.SetAddress("http://10.250.251.131/"); _RTD8TMService.SetAddress(Navigator.BaseUri); } }