Esempio n. 1
0
		static RegistryKey ()
		{
			if (Path.DirectorySeparatorChar == '\\')
				RegistryApi = new Win32RegistryApi ();
			else
				RegistryApi = new UnixRegistryApi ();
		}
Esempio n. 2
0
 static RegistryKey()
 {
     if (Path.DirectorySeparatorChar == '\\')
     {
         RegistryApi = new Win32RegistryApi();
     }
     else
     {
         RegistryApi = new UnixRegistryApi();
     }
 }
Esempio n. 3
0
 static RegistryKey()
 {
     RegistryApi = new Win32RegistryApi();
 }