コード例 #1
0
ファイル: UtilsSettings.cs プロジェクト: gahadzikwa/GAPP
 public UtilsSettings(ICore core)
 {
     _uniqueInstance = this;
     _core = core;
 }
コード例 #2
0
ファイル: UtilsSettings.cs プロジェクト: pheijmans-zz/GAPP
 public UtilsSettings(ICore core)
 {
     _uniqueInstance = this;
     _core           = core;
 }