BaconographyWP8.PlatformServices.SystemServices.SystemServices C# (CSharp) Метод

SystemServices() публичный Метод

public SystemServices ( ) : BaconographyPortable.Services
Результат BaconographyPortable.Services
        public SystemServices()
        {
            NetworkInformation.NetworkStatusChanged += networkStatusChanged;
            networkStatusChanged(null);
        }