Ejemplo n.º 1
0
 internal static void InitialiseInstallerCore()
 {
     InstallerCore = new Install.Core();
 }
Ejemplo n.º 2
0
 internal static void DereferenceInstallerCore()
 {
     InstallerCore = null;
 }
Ejemplo n.º 3
0
 internal static void InitialiseInstallerCore()
 {
     InstallerCore = new Install.Core();
 }