public MainWindow() { InitializeComponent(); #region настройки Блюра effect = new System.Windows.Media.Effects.DropShadowEffect(); effect.BlurRadius = 10; effect.Direction = 180; effect.Opacity = 100; effect.RenderingBias = System.Windows.Media.Effects.RenderingBias.Performance; effect.ShadowDepth = 0; #endregion provider = new InternetServiceProvider(); //internetCompany = new Authorization(ref LabelsContainer); provider.CheckInternetConnection(); }
static void Main(string[] args) { isp = new InternetServiceProvider(); isp.CheckInternetConnection(); LoadSettingsFromINI(); }