mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-21 05:18:38 +00:00
Make Enable public
This commit is contained in:
parent
96b5ff34bf
commit
cf8d41686e
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ namespace Cosmos.System.Network.Config
|
|||
return default_gw;
|
||||
}
|
||||
|
||||
internal static bool Enable(NetworkDevice device, Address ip, Address subnet, Address gw)
|
||||
public static bool Enable(NetworkDevice device, Address ip, Address subnet, Address gw)
|
||||
{
|
||||
if (device != null)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue