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