Files

7 lines
138 B
C#
Raw Permalink Normal View History

2026-04-16 01:59:21 +08:00
namespace LanMountainDesktop.Launcher.Services;
internal interface IOobeStep
{
Task RunAsync(CancellationToken cancellationToken);
}