Method ChangeInstance
ChangeInstance(IApplication)
Change the singleton implementation, should not be called except before application startup. This method lets you provide alternative implementations of core static gateway methods of Application.
public static void ChangeInstance(IApplication newApplication)
Parameters
newApplication
IApplication