aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Fonts/Flexo/Flexo-Light.otf
diff options
context:
space:
mode:
authorRoy Ben Shabat <roy.mail.net@gmail.com>2025-10-21 03:15:55 +0300
committerRoy Ben Shabat <roy.mail.net@gmail.com>2025-10-21 03:15:55 +0300
commitd2fb9388a5126c44990a620bbba6db696d4e8b6a (patch)
treef9f4731b46dccddfdb54018c42019376d0ab2bc9 /Software/Fonts/Flexo/Flexo-Light.otf<
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace Tango.PPC.Common.ThreadLoading
{
    public interface IThreadLoadingService
    {
        void StartThreadLoadingWizard();
        void StartThreadBreakWizard();
    }
}