예제 #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();
 }