コード例 #1
0
ファイル: CoreManager.cs プロジェクト: habb0/IHI
 internal static void InitialiseInstallerCore()
 {
     InstallerCore = new Install.Core();
 }
コード例 #2
0
ファイル: CoreManager.cs プロジェクト: habb0/IHI
 internal static void DereferenceInstallerCore()
 {
     InstallerCore = null;
 }
コード例 #3
0
ファイル: CoreManager.cs プロジェクト: habb0/IHI
 internal static void InitialiseInstallerCore()
 {
     InstallerCore = new Install.Core();
 }