laatzen/Common/SoftwareAccessHelper/GarantAccess.cs
2021-10-01 11:09:20 +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;
}
}
}