Posts by Rodrigo Stuchi • 96 points
2 posts
-
2
votes2
answers355
viewsA: How to reference HTML elements without ID in C# Windows Forms
Have you tried using the Anglesharp Install-Package Anglesharp var xml = @" <H3>Dados Cadastrais</H3> <table class='dados'> <tr> <th>Avalista:</th>…
-
6
votes4
answers5604
viewsA: Call function at each time interval efficiently
There is the possibility to do also with Reactive Extensions, asynchronous based on events. Add the package via nuget Install-Package System.Reactive var observable = Observable…