Skip to content

Commit

Permalink
Funcionamiento asincrónico implementado.
Browse files Browse the repository at this point in the history
- Bug #6: Ahora sí que debería estar solucionado.
- La interfaz ya no se bloquea al pulsar los botones.
- Interfaz mejorada añadiendo una etiqueta que especifica la función que se está ejecutando, además de una barra de progreso y etiqueta de porcentaje para las descargas.
- Las imágenes <DoneImage.png> y <WorkingImage.png> ya no son necesarias.
  • Loading branch information
VitaBh committed Aug 26, 2022
1 parent 53c02ab commit 5e25234
Show file tree
Hide file tree
Showing 9 changed files with 273 additions and 210 deletions.
6 changes: 2 additions & 4 deletions BlockTheSpot/BlockTheSpot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
<SupportUrl>https://github.com/bitasuperactive/BlockTheSpot-C-Sharp/</SupportUrl>
<ProductName>BlockTheSpot-C-Sharp</ProductName>
<PublisherName>bitasuperactive</PublisherName>
<ApplicationRevision>34</ApplicationRevision>
<ApplicationVersion>2.1.0.%2a</ApplicationVersion>
<ApplicationRevision>35</ApplicationRevision>
<ApplicationVersion>2.2.0.%2a</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>false</BootstrapperEnabled>
Expand Down Expand Up @@ -152,8 +152,6 @@
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<None Include="Resources\WorkingImage.png" />
<None Include="Resources\DoneImage.png" />
<None Include="Resources\AddsOnImage.png" />
<None Include="Resources\AddsOffImage.png" />
</ItemGroup>
Expand Down
157 changes: 90 additions & 67 deletions BlockTheSpot/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 5e25234

Please sign in to comment.