public static SyncDeviceHandler939 GetInstance()
        {
            if (Instance == null)
            {
                lock (_synclock)
                {
                    if (Instance == null)
                    {
                        Instance = new SyncDeviceHandler939();
                    }
                }
            }

            return(Instance);
        }
		public static SyncDeviceHandler939 GetInstance()
		{
			if (Instance == null)
			{
				lock (_synclock)
				{
					if (Instance == null)
					{
						Instance = new SyncDeviceHandler939();
					}
				}
			}

			return Instance;
		}