コード例 #1
0
ファイル: Protection.cs プロジェクト: Nerlin/massive-ironman
 public Protection()
 {
     this.ForkProtector = new ForkProtection(Core.ProtectionType.Critical);
     this.SettingsManager = new SettingsCore();
     this.InitializeSettings();
     this.InitializeProperties();
 }
コード例 #2
0
 public Protection()
 {
     this.ForkProtector   = new ForkProtection(Core.ProtectionType.Critical);
     this.SettingsManager = new SettingsCore();
     this.InitializeSettings();
     this.InitializeProperties();
 }