Agregar archivos de proyecto.

This commit is contained in:
2026-05-14 08:45:02 +02:00
parent 0bf9686303
commit 371937db13
129 changed files with 100769 additions and 0 deletions

8
IVentanaProgreso.vb Normal file
View File

@@ -0,0 +1,8 @@
Imports System.Threading.Tasks
Imports System.ComponentModel
Public Interface IVentanaProgreso
Sub IniciarTareas(Worker As BackgroundWorker)
Function Cancelar() As Boolean
End Interface