BililiveRecorder/BililiveRecorder.ToolBox/ProgressCallback.cs

7 lines
130 B
C#
Raw Permalink Normal View History

using System.Threading.Tasks;
namespace BililiveRecorder.ToolBox
{
public delegate Task ProgressCallback(double progress);
}