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