using System; using System.Collections.Generic; using System.Linq; using System.Threading.Tasks; using Microsoft.AspNetCore.Components.Web; using Microsoft.AspNetCore.Components; using System.Diagnostics; using System.Globalization; using Microsoft.AspNetCore.Components.Forms; using Microsoft.JSInterop; namespace ex4.Pages.Selecttext { public class SelecttextBase:ComponentBase { } }