diff options
| author | Roy Ben Shabat <roy.mail.net@gmail.com> | 2025-10-21 03:15:55 +0300 |
|---|---|---|
| committer | Roy Ben Shabat <roy.mail.net@gmail.com> | 2025-10-21 03:15:55 +0300 |
| commit | d2fb9388a5126c44990a620bbba6db696d4e8b6a (patch) | |
| tree | f9f4731b46dccddfdb54018c42019376d0ab2bc9 /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();
}
}
| |
