9 lines
199 B
VB.net
9 lines
199 B
VB.net
Imports System.Threading.Tasks
|
|
Imports System.ComponentModel
|
|
|
|
Public Interface IVentanaProgreso
|
|
Sub IniciarTareas(Worker As BackgroundWorker)
|
|
Function Cancelar() As Boolean
|
|
|
|
End Interface
|