Ejemplo n.º 1
0
    public static void OpenWifiSettings()
    {
        if (_manager is null)
        {
            throw new NullReferenceException(nameof(_manager));
        }

        _manager.OpenWifiSettings();
    }