public InputWCF(ContentManagerCore contentManagerCore) { this.contentManagerCore = contentManagerCore; this.setup(null); this.start(); }
public static ContentManagerCore getInstance() { lock (InstanceLock) { if (instance == null) { instance = new ContentManagerCore(); } return instance; } }