@page "/TestQrDisplay" Test

Test


@*
*@
@code { private int currentCount = 0; protected BarcodeReader barcodeReaderCustom { get; set; } = null!; protected Random rnd = new Random(); protected async Task ScanDoneHandler(string value) { await Task.Delay(1); } private void IncrementCount() { currentCount++; } protected override void OnInitialized() { base.OnInitialized(); listBord01 = new(); listBord01.Add(""); listBord01.Add("White"); listBord01.Add(""); listBord01.Add(""); listBord02 = new(); listBord02.Add(""); listBord02.Add("White"); listBord02.Add(""); listBord02.Add("White"); listBord03 = new(); listBord03.Add(""); listBord03.Add("White"); listBord03.Add(""); listBord03.Add("Blue"); } protected List listBord01 { get; set; } = new(); protected List listBord02 { get; set; } = new(); protected List listBord03 { get; set; } = new(); protected string qrCodeVal { get; set; } = "https://office.egalware.com/WDC/UI"; }