Esempio n. 1
0
 public Protection()
 {
     this.ForkProtector = new ForkProtection(Core.ProtectionType.Critical);
     this.SettingsManager = new SettingsCore();
     this.InitializeSettings();
     this.InitializeProperties();
 }
Esempio n. 2
0
 public Protection()
 {
     this.ForkProtector   = new ForkProtection(Core.ProtectionType.Critical);
     this.SettingsManager = new SettingsCore();
     this.InitializeSettings();
     this.InitializeProperties();
 }