Module pattern: Difference between revisions

Content deleted Content added
Line 186:
// ...
 
public static MainModule getSingleton() {
if (MainModule.Singleton == null)
{