Ejemplo n.º 1
0
 public HostsFileControl()
 {
     _hostsFileHelper = new HostsFileHelper();
     _model           = new HostsFileModel();
     _logger          = new Wu10Logger();
     if (!DesignerProperties.GetIsInDesignMode(this))
     {
         SetRuntimeOptions();
     }
 }
Ejemplo n.º 2
0
 public HostsFileControl()
 {
     Wu10Logger.LogInfo("Hosts File initializing.");
     _hostsFileHelper = new HostsFileHelper();
     _model           = new HostsFileModel();
     if (!DesignerProperties.GetIsInDesignMode(this))
     {
         SetRuntimeOptions();
     }
     Wu10Logger.LogInfo("Hosts File initialized.");
 }