private void RefreshData() { this.Config = ServiceConfiguration.Load(); this.State = ServiceState.Load(this.Config); this.yDnsConfigurationBindingSource.DataSource = this.Config; this.serviceStateBindingSource.DataSource = this.State; }
public DNSUpdater() { this.Config = ServiceConfiguration.Load(); this.State = ServiceState.Load(this.Config); this.CreateHttpClient(); }