top of page

Some things for me internal


public sealed class Singleton

{

private static readonly Singleton _instance = new Singleton();

static Singleton()

{

}

private Singleton()

{

}

public static Singleton Instance

{

get

{

return _instance;

}

}

}

6 Ansichten0 Kommentare

Aktuelle Beiträge

Alle ansehen

Dev Blog

Here I write down some of my thoughs and works on the game.

Meine Linksammlung

ZEITUNGEN krone.at | Kronen Zeitung | Aktuelle Nachrichten | krone.at oe24.at - Österreich derStandard.at | Nachrichten, Kommentare & Community Nachrichten | DiePresse.com kurier.at Heute Oberösterrei

Einführung

Hallo, mein Name ist Thomas Hochreiter und ich arbeite Privat an einigen Projekten. Hier möchte ich - vor allem für mich - die Daten zu meinen Projekten sammeln und auch veröffentlichen. Wenn jemand a

Beitrag: Blog2 Post
bottom of page