win32-automation-agent/Domain/ProcessScanHandler.cs
2026-01-08 21:33:01 +03:00

17 lines
253 B
C#

using AutoAgent.Domain.Models;
using System.Text.Json.Serialization;
namespace AutoAgent.Domain
{
public static class ProcessScanHandler
{
public static IEnumerable<ProcessInfo> GetProcesses()
{
}
}
}