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

Hello, world!

Welcome to your new app. @code{ protected override void OnInitialized() { _RTD8TMService.SetAddress("http://10.1.20.5/");// Navigator.BaseUri); } }