common/SoftwareAccessHelper/GarantAccess.cs
2026-04-23 17:50:07 +02:00

19 lines
261 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace SoftwareAccessHelper
{
public static class GrantAccess
{
public static bool GetAccess()
{
return false;
}
}
}