public static RemoteCameraFactory GetInstance() { if (SingletonCameraFactory == null) { SingletonCameraFactory = new RemoteCameraFactory(); } return SingletonCameraFactory; }
public static RemoteCameraFactory GetInstance() { if (SingletonCameraFactory == null) { SingletonCameraFactory = new RemoteCameraFactory(); } return(SingletonCameraFactory); }