Ejemplo n.º 1
0
 private void RefreshData()
 {
     this.Config = ServiceConfiguration.Load();
     this.State  = ServiceState.Load(this.Config);
     this.yDnsConfigurationBindingSource.DataSource = this.Config;
     this.serviceStateBindingSource.DataSource      = this.State;
 }
Ejemplo n.º 2
0
 public DNSUpdater()
 {
     this.Config = ServiceConfiguration.Load();
     this.State  = ServiceState.Load(this.Config);
     this.CreateHttpClient();
 }