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