public static void Start() { try { if (memoryControl == null && Environment.OSVersion.Platform == PlatformID.Win32NT) { memoryControl = new MemoryControl(); } } catch { } }