Imports System.Threading.Tasks Imports System.ComponentModel Public Interface IVentanaProgreso Sub IniciarTareas(Worker As BackgroundWorker) Function Cancelar() As Boolean End Interface