tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

Settings.cs (1049B)


      1 //------------------------------------------------------------------------------
      2 // <autogenerated>
      3 //     This code was generated by a tool.
      4 //     Runtime Version:2.0.40607.42
      5 //
      6 //     Changes to this file may cause incorrect behavior and will be lost if
      7 //     the code is regenerated.
      8 // </autogenerated>
      9 //------------------------------------------------------------------------------
     10 
     11 namespace LzmaAlone.Properties
     12 {
     13 public partial class Settings : System.Configuration.ApplicationSettingsBase
     14 {
     15 	private static Settings m_Value;
     16 
     17 	private static object m_SyncObject = new object();
     18 
     19 	public static Settings Value
     20 	{
     21 		get
     22 		{
     23 			if ((Settings.m_Value == null))
     24 			{
     25 				System.Threading.Monitor.Enter(Settings.m_SyncObject);
     26 				if ((Settings.m_Value == null))
     27 				{
     28 					try
     29 					{
     30 						Settings.m_Value = new Settings();
     31 					}
     32 					finally
     33 					{
     34 						System.Threading.Monitor.Exit(Settings.m_SyncObject);
     35 					}
     36 				}
     37 			}
     38 			return Settings.m_Value;
     39 		}
     40 	}
     41 }
     42 }